Merge pull request #1020 from Lynxy/master

Do not allow new users to delete content by default
pull/735/head
Bond-009 5 years ago committed by GitHub
commit 02041fa6f4
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