fix folders endpoint on windows

+ try/catch ffmpeg 404s in pydub
This commit is contained in:
cwilvx
2025-03-13 00:23:05 +03:00
parent 0eef23880b
commit 8ac3b8e294
4 changed files with 21 additions and 28 deletions
-1
View File
@@ -63,7 +63,6 @@ class FolderStore:
results = [
{"path": path, "trackcount": count} for path, count in zip(paths, res)
]
print("results", results)
return results