mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Merge pull request #1020 from Lynxy/master
Do not allow new users to delete content by default
This commit is contained in:
commit
02041fa6f4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Users
|
|||
|
||||
public UserPolicy()
|
||||
{
|
||||
EnableContentDeletion = true;
|
||||
EnableContentDeletion = false;
|
||||
EnableContentDeletionFromFolders = Array.Empty<string>();
|
||||
|
||||
EnableSyncTranscoding = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue