improve ffmpeg cleanup

This commit is contained in:
Luke Pulverenti
2015-04-10 10:01:16 -04:00
parent 1b600aee37
commit 4f7e8fee24
9 changed files with 96 additions and 64 deletions

View File

@@ -62,6 +62,8 @@ namespace MediaBrowser.Model.Users
public bool EnableAllFolders { get; set; }
public int InvalidLoginAttemptCount { get; set; }
public bool EnablePublicSharing { get; set; }
public UserPolicy()
{
@@ -94,6 +96,7 @@ namespace MediaBrowser.Model.Users
EnableAllDevices = true;
EnableContentDownloading = true;
EnablePublicSharing = true;
}
}
}