add migration to remove the small thumbs path

+ misc
This commit is contained in:
mungai-njoroge
2023-08-12 18:23:28 +03:00
parent 0a703dcc0f
commit 27c4924327
9 changed files with 42 additions and 31 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class Album:
"""
Checks if the album is a live album.
"""
keywords = ["live from", "live at", "live in"]
keywords = ["live from", "live at", "live in", "live on", "mtv unplugged"]
for keyword in keywords:
if keyword in self.title.lower():
return True