supplement mixes using other remote similar albums and artist data

This commit is contained in:
cwilvx
2024-11-01 12:23:41 +03:00
parent eb4c65de83
commit 1fdd5ba4d1
8 changed files with 171 additions and 31 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ whitelisted_routes = {
"/auth/refresh",
"/docs",
}
blacklist_extensions = {".webp"}.union(getClientFilesExtensions())
blacklist_extensions = {".webp", ".jpg"}.union(getClientFilesExtensions())
def skipAuthAction():