lint
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 24 Oct 2024 20:24:25 +0000 (22:24 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 24 Oct 2024 20:24:25 +0000 (22:24 +0200)
music_assistant/server/controllers/metadata.py

index 615324b1dcf8f4cae6f6eadc4e6599aef7ddd088..bdabf7cf593c0def374b4cc37562f54b7cd0bb84 100644 (file)
@@ -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 "