Parcourir la source

Do not allow new users to delete content by default

The Lynxy il y a 6 ans
Parent
commit
c84729a4f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      MediaBrowser.Model/Users/UserPolicy.cs

+ 1 - 1
MediaBrowser.Model/Users/UserPolicy.cs

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