mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
fixes #683 - Support disabling playback per user
This commit is contained in:
@@ -68,6 +68,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool BlockUnratedBooks { get; set; }
|
||||
|
||||
public bool EnableLiveTvManagement { get; set; }
|
||||
|
||||
public bool EnableMediaPlayback { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="UserConfiguration" /> class.
|
||||
@@ -79,6 +81,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
BlockNotRated = false;
|
||||
|
||||
EnableLiveTvManagement = true;
|
||||
EnableMediaPlayback = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user