Do not allow new users to delete content by default

This commit is contained in:
The Lynxy 2019-02-28 07:50:32 -05:00 committed by GitHub
parent 3769453541
commit c84729a4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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