mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
support delete per library
This commit is contained in:
@@ -44,6 +44,7 @@ namespace MediaBrowser.Model.Users
|
||||
public bool EnablePlaybackRemuxing { get; set; }
|
||||
|
||||
public bool EnableContentDeletion { get; set; }
|
||||
public string[] EnableContentDeletionFromFolders { get; set; }
|
||||
public bool EnableContentDownloading { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -73,6 +74,7 @@ namespace MediaBrowser.Model.Users
|
||||
public UserPolicy()
|
||||
{
|
||||
EnableContentDeletion = true;
|
||||
EnableContentDeletionFromFolders = new string[] { };
|
||||
|
||||
EnableSyncTranscoding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user