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

View File

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