mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Do not allow new users to delete content by default
This commit is contained in:
parent
3769453541
commit
c84729a4f4
@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Users
|
|||||||
|
|
||||||
public UserPolicy()
|
public UserPolicy()
|
||||||
{
|
{
|
||||||
EnableContentDeletion = true;
|
EnableContentDeletion = false;
|
||||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||||
|
|
||||||
EnableSyncTranscoding = true;
|
EnableSyncTranscoding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user