fix small typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 10 Jun 2022 21:47:07 +0000 (23:47 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 10 Jun 2022 21:47:07 +0000 (23:47 +0200)
music_assistant/controllers/streams.py

index b128f4377eacf9ef103cf01b9baf5f9e93ec5fcc..dbefc0c5b8ea8a09c254f93f155ae8fd5860577b 100644 (file)
@@ -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(