mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 12:15:13 +03:00
✨ handle setMetadata exception
This commit is contained in:
+4
-2
@@ -162,8 +162,10 @@ def main():
|
||||
stream["manifest"],
|
||||
stream["manifestMimeType"],
|
||||
)
|
||||
|
||||
setMetadata(track_path, track)
|
||||
try:
|
||||
setMetadata(track_path, track)
|
||||
except ValueError as e:
|
||||
logger.error(f"setMetadata error: {e}")
|
||||
|
||||
track_path = convertToFlac(track_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user