support delete per library

This commit is contained in:
Luke Pulverenti
2017-10-16 02:10:55 -04:00
parent 6f15141d73
commit 4ef9f68837
13 changed files with 104 additions and 15 deletions

View File

@@ -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;