mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 22:50:35 +01:00
rename channel query objects
This commit is contained in:
@@ -62,7 +62,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// Gets or sets the type of the channel.
|
||||
/// </summary>
|
||||
/// <value>The type of the channel.</value>
|
||||
public ChannelType ChannelType { get; set; }
|
||||
public LiveTvChannelType ChannelType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the type.
|
||||
|
||||
@@ -4,13 +4,13 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <summary>
|
||||
/// Class ChannelQuery.
|
||||
/// </summary>
|
||||
public class ChannelQuery
|
||||
public class LiveTvChannelQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the channel.
|
||||
/// </summary>
|
||||
/// <value>The type of the channel.</value>
|
||||
public ChannelType? ChannelType { get; set; }
|
||||
public LiveTvChannelType? ChannelType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is favorite.
|
||||
@@ -4,7 +4,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// <summary>
|
||||
/// Enum ChannelType
|
||||
/// </summary>
|
||||
public enum ChannelType
|
||||
public enum LiveTvChannelType
|
||||
{
|
||||
/// <summary>
|
||||
/// The TV
|
||||
@@ -164,7 +164,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// Gets or sets the type of the channel.
|
||||
/// </summary>
|
||||
/// <value>The type of the channel.</value>
|
||||
public ChannelType ChannelType { get; set; }
|
||||
public LiveTvChannelType ChannelType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the official rating.
|
||||
|
||||
Reference in New Issue
Block a user