From: Marcel van der Veldt Date: Fri, 10 Jun 2022 21:47:07 +0000 (+0200) Subject: fix small typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=43e68e688deecb4cee465d8fa45d8760d73ef373;p=music-assistant-server.git fix small typo --- diff --git a/music_assistant/controllers/streams.py b/music_assistant/controllers/streams.py index b128f437..dbefc0c5 100644 --- a/music_assistant/controllers/streams.py +++ b/music_assistant/controllers/streams.py @@ -103,7 +103,7 @@ class StreamsController: ffmpeg_present, libsoxr_support = await check_audio_support(True) if not ffmpeg_present: self.logger.error( - "FFmpeg binary not found on your system, " "playback will NOT work!." + "FFmpeg binary not found on your system, playback will NOT work!." ) elif not libsoxr_support: self.logger.warning(