mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13: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.
|
||||
"""
|
||||
keywords = ["live from", "live at"]
|
||||
keywords = ["live from", "live at", "live in"]
|
||||
for keyword in keywords:
|
||||
if keyword in self.title.lower():
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user