added conf option 'playqueue-max-entry-count'. fixes #293

This commit is contained in:
emeric
2023-02-23 20:05:07 +01:00
parent 2e8ec125e7
commit 1332287bbf
7 changed files with 7 additions and 6 deletions
+3
View File
@@ -78,6 +78,9 @@ cover-jpeg-quality = 75;
# Preferred file names for covers (order is important)
cover-preferred-file-names = ("cover", "front" );
# Playqueue max entry count
playqueue-max-entry-count = 1000;
# Set to true if you want to hide duplicate tracks
scanner-skip-duplicate-mbid = false;