Added an option ui-allow-downloads in lms.conf to enable/disable downloads, fixes #776
This commit is contained in:
+6
-3
@@ -113,9 +113,6 @@ artist-image-file-names = ("artist");
|
||||
# Note: files named after the disc itself are always searched before the names in this list.
|
||||
medium-image-file-names = ("discsubtitle");
|
||||
|
||||
# Playqueue max entry count
|
||||
playqueue-max-entry-count = 1000;
|
||||
|
||||
# Internal tracing for profiling purposes. Enable only if necessary, as it incurs some runtime overhead!
|
||||
# Possible values are "disabled", "overview" or "detailed".
|
||||
# If enabled, data has to be dumped in the tracing view located in the admin menu
|
||||
@@ -140,3 +137,9 @@ podcast-auto-download-episodes = true;
|
||||
|
||||
# Max age in days for auto-downloaded episodes before deletion
|
||||
podcast-auto-download-episodes-max-age-days = 30;
|
||||
|
||||
# Playqueue max entry count
|
||||
ui-playqueue-max-entry-count = 1000;
|
||||
|
||||
# Allow downloads
|
||||
ui-allow-downloads = true;
|
||||
Reference in New Issue
Block a user