Increase clarity of note (#2026)
authorOzGav <gavnosp@hotmail.com>
Tue, 11 Mar 2025 09:14:40 +0000 (19:14 +1000)
committerGitHub <noreply@github.com>
Tue, 11 Mar 2025 09:14:40 +0000 (10:14 +0100)
Increase clarity

music_assistant/providers/filesystem_local/constants.py

index 9e79427dafbecd8cb31dd576f928a71b66664994..98d95a6db215b70f504154ba12834d2684dec3b4 100644 (file)
@@ -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,
 )