From c4a28957d30b7948ed73b50e6568d73e42878049 Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 11 Mar 2025 19:14:40 +1000 Subject: [PATCH] Increase clarity of note (#2026) Increase clarity --- music_assistant/providers/filesystem_local/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/music_assistant/providers/filesystem_local/constants.py b/music_assistant/providers/filesystem_local/constants.py index 9e79427d..98d95a6d 100644 --- a/music_assistant/providers/filesystem_local/constants.py +++ b/music_assistant/providers/filesystem_local/constants.py @@ -60,8 +60,8 @@ CONF_ENTRY_IGNORE_ALBUM_PLAYLISTS = ConfigEntry( description="A digital album often comes with a playlist file (.m3u) " "that contains the tracks of the album. Adding all these playlists to the library, " "is not very practical so it's better to just ignore them.\n\n" - "If this option is enabled, any playlists will be ignored which are more than " - "1 level deep in the folder structure. E.g. /music/artistname/albumname/playlist.m3u", + "If this option is enabled, all playlists will be ignored which are more than " + "1 level deep anywhere in the folder structure. E.g. /music/artistname/albumname/playlist.m3u", default_value=True, required=False, ) -- 2.34.1