Do not allow new users to delete content by default

pull/1020/head
The Lynxy 5 years ago committed by GitHub
parent 3769453541
commit c84729a4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Users
public UserPolicy()
{
EnableContentDeletion = true;
EnableContentDeletion = false;
EnableContentDeletionFromFolders = Array.Empty<string>();
EnableSyncTranscoding = true;

Loading…
Cancel
Save