mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
improve ffmpeg cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user