mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
add "live in" to live album check strings
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ class Album:
|
|||||||
"""
|
"""
|
||||||
Checks if the album is a live album.
|
Checks if the album is a live album.
|
||||||
"""
|
"""
|
||||||
keywords = ["live from", "live at"]
|
keywords = ["live from", "live at", "live in"]
|
||||||
for keyword in keywords:
|
for keyword in keywords:
|
||||||
if keyword in self.title.lower():
|
if keyword in self.title.lower():
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user