From: Marcel van der Veldt Date: Mon, 27 Mar 2023 11:10:24 +0000 (+0200) Subject: fix typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5b30476a484ac34211bd8bdd5987c10cc703134f;p=music-assistant-server.git fix typo --- diff --git a/music_assistant/server/helpers/tags.py b/music_assistant/server/helpers/tags.py index b962f5ef..af557efa 100644 --- a/music_assistant/server/helpers/tags.py +++ b/music_assistant/server/helpers/tags.py @@ -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 ""