Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Oct 24, 2024
1 parent a23e29e commit abd268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/server/controllers/metadata.py
Original file line number Diff line number Diff line change
@@ -751,7 +751,7 @@ async def _metadata_scanner(self) -> None:
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 "

0 comments on commit abd268b

Please sign in to comment.