Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Oct 24, 2024
1 parent 2635db4 commit a3860ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion music_assistant/server/controllers/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def start_metadata_scanner(self) -> None:
Usually this is triggered by the music controller after finishing a library sync.
"""
return
if self._scanner_task and not self._scanner_task.done():
# already running
return
Expand Down

0 comments on commit a3860ad

Please sign in to comment.