fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Mar 2023 11:10:24 +0000 (13:10 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 27 Mar 2023 11:10:24 +0000 (13:10 +0200)
music_assistant/server/helpers/tags.py

index b962f5ef8f52da622a0b93afa970ec9a9eff9ebb..af557efa97ae084e073fa824ac1db264aa46b88f 100644 (file)
@@ -88,7 +88,7 @@ class AudioTags:
             or self.tags.get("albumtype")
             or self.tags.get("releasetype")
         )
-        if album_type_tag and "live" in tag.lower():
+        if album_type_tag and "live" in album_type_tag.lower():
             # yes, this can happen
             return "Live"
         return ""