We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833d823 commit 45e7164Copy full SHA for 45e7164
music_assistant/http_streamer.py
@@ -460,7 +460,7 @@ def __get_audio_stream(
460
# send task to background to analyse the audio
461
if queue_item.media_type == MediaType.Track:
462
self.mass.add_job(self.__analyze_audio, streamdetails)
463
- LOGGER.warning(
+ LOGGER.debug(
464
"__get_audio_stream complete for track %s on player %s",
465
queue_item.name,
466
player_id,
0 commit comments