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

View File

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