mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 12:08:02 +00:00
Merge pull request #1020 from Lynxy/master
Do not allow new users to delete content by default
This commit is contained in:
@@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Users
|
||||
|
||||
public UserPolicy()
|
||||
{
|
||||
EnableContentDeletion = true;
|
||||
EnableContentDeletion = false;
|
||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||
|
||||
EnableSyncTranscoding = true;
|
||||
|
||||
Reference in New Issue
Block a user