From 79454ecfc49e64edb62ce048b2bc12da9ae31636 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 27 Mar 2025 21:25:40 +0100 Subject: [PATCH] Chore: Fix small typo --- music_assistant/controllers/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/controllers/streams.py b/music_assistant/controllers/streams.py index 1a337e01..c2a16d01 100644 --- a/music_assistant/controllers/streams.py +++ b/music_assistant/controllers/streams.py @@ -234,7 +234,7 @@ class StreamsController(CoreController): "On systems with limited diskspace, this can be disabled, " "but may result in less smooth playback or slower seeking.\n\n" "**Always:** Enforce caching of audio streams at all times " - "(as long as there is enough free space)." + "(as long as there is enough free space).\n" "**Disabled:** Never cache audio streams.\n" "**Auto:** Let Music Assistant decide if caching " "should be used on a per-item base.", -- 2.34.1