add function to validate albums

+ extract colors in watchdogg
+ rename color db files
This commit is contained in:
mungai-njoroge
2023-07-12 08:56:30 +03:00
parent 4a7416853a
commit 861a854f91
18 changed files with 170 additions and 38 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def send_track_file(trackhash: str):
try:
return send_file(track.filepath, mimetype=audio_type)
except FileNotFoundError:
except (FileNotFoundError, OSError) as e:
return msg, 404
return msg, 404