mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix folders endpoint on windows
+ try/catch ffmpeg 404s in pydub
This commit is contained in:
@@ -63,7 +63,6 @@ class FolderStore:
|
||||
results = [
|
||||
{"path": path, "trackcount": count} for path, count in zip(paths, res)
|
||||
]
|
||||
print("results", results)
|
||||
|
||||
return results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user