feat: Allow deletion of music files to be disabled in the config file. Implement #202.
This commit is contained in:
@ -151,8 +151,10 @@ port = 64738
|
||||
|
||||
# 'upload_enabled': Enable the upload function of the web interface.
|
||||
# 'maximum_upload_file_size': Unit can be 'B', 'KB', 'MB', 'GB', 'TB'.
|
||||
# 'delete_allowed': Allow users to delete a file from the library(hard disk).
|
||||
#upload_enabled = True
|
||||
#max_upload_file_size = 30MB
|
||||
#delete_allowded = True
|
||||
|
||||
# [debug] stores some debug settings.
|
||||
[debug]
|
||||
|
Reference in New Issue
Block a user