show playlists in folder view

This commit is contained in:
cwilvx
2025-04-21 21:40:54 +03:00
parent 03a6f107ab
commit 76997ca3fa
3 changed files with 73 additions and 3 deletions
+2
View File
@@ -30,6 +30,7 @@ class UserConfig:
"Smith & Thell",
"Peter, Paul & Mary",
"Simon & Garfunkel",
"Judy & Mary",
}
)
genreSeparators: set[str] = field(default_factory=lambda: {"/", ";", "&"})
@@ -48,6 +49,7 @@ class UserConfig:
enablePeriodicScans: bool = False
scanInterval: int = 10
enableWatchdog: bool = False
showPlaylistsInFolderView: bool = False
# plugins
enablePlugins: bool = True