Merge pull request #1020 from Lynxy/master
Do not allow new users to delete content by default
This commit is contained in:
commit
02041fa6f4
|
@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Users
|
|||
|
||||
public UserPolicy()
|
||||
{
|
||||
EnableContentDeletion = true;
|
||||
EnableContentDeletion = false;
|
||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||
|
||||
EnableSyncTranscoding = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user