Merge pull request #1020 from Lynxy/master

Do not allow new users to delete content by default
This commit is contained in:
Bond-009 2019-02-28 21:17:11 +01:00 committed by GitHub
commit 02041fa6f4
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;