mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
add user permissions for managing tv recordings
This commit is contained in:
@@ -67,6 +67,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool BlockUnratedGames { get; set; }
|
||||
public bool BlockUnratedBooks { get; set; }
|
||||
|
||||
public bool EnableLiveTvManagement { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
/// </summary>
|
||||
@@ -75,6 +77,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
IsAdministrator = true;
|
||||
EnableRemoteControlOfOtherUsers = true;
|
||||
BlockNotRated = false;
|
||||
|
||||
EnableLiveTvManagement = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user