From: Marcel van der Veldt Date: Thu, 24 Oct 2024 20:24:25 +0000 (+0200) Subject: lint X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=abd268bce62249fabf9cf88849180145b5aab2b4;p=music-assistant-server.git lint --- diff --git a/music_assistant/server/controllers/metadata.py b/music_assistant/server/controllers/metadata.py index 615324b1..bdabf7cf 100644 --- a/music_assistant/server/controllers/metadata.py +++ b/music_assistant/server/controllers/metadata.py @@ -751,7 +751,7 @@ class MetaDataController(CoreController): await asyncio.sleep(10) # Force refresh playlist metadata every refresh interval - # this wil e.g. update the playlist image if the tracks have changed + # this will e.g. update the playlist image and genres if the tracks have changed timestamp = int(time() - REFRESH_INTERVAL_PLAYLISTS) query = ( f"json_extract({DB_TABLE_PLAYLISTS}.metadata,'$.last_refresh') ISNULL "