mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 13:10:28 +01:00
remove more reliance on ActiveService
This commit is contained in:
@@ -10,12 +10,6 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <value>The services.</value>
|
||||
public List<LiveTvServiceInfo> Services { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the active service.
|
||||
/// </summary>
|
||||
/// <value>The name of the active service.</value>
|
||||
public string ActiveServiceName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is enabled.
|
||||
/// </summary>
|
||||
@@ -28,18 +22,6 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <value>The enabled users.</value>
|
||||
public List<string> EnabledUsers { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the status.
|
||||
/// </summary>
|
||||
/// <value>The status.</value>
|
||||
public LiveTvServiceStatus Status { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the status message.
|
||||
/// </summary>
|
||||
/// <value>The status message.</value>
|
||||
public string StatusMessage { get; set; }
|
||||
|
||||
public LiveTvInfo()
|
||||
{
|
||||
Services = new List<LiveTvServiceInfo>();
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
public class LiveTvOptions
|
||||
{
|
||||
public int? GuideDays { get; set; }
|
||||
public string ActiveService { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user