mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
fixes #687 - Enable/disable live tv per user
This commit is contained in:
@@ -68,6 +68,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool BlockUnratedBooks { get; set; }
|
||||
|
||||
public bool EnableLiveTvManagement { get; set; }
|
||||
public bool EnableLiveTvAccess { get; set; }
|
||||
|
||||
public bool EnableMediaPlayback { get; set; }
|
||||
|
||||
@@ -82,6 +83,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
EnableLiveTvManagement = true;
|
||||
EnableMediaPlayback = true;
|
||||
EnableLiveTvAccess = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user