mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
isolate .net specific methods in model project
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// Gets or sets the type of the channel.
|
||||
/// </summary>
|
||||
/// <value>The type of the channel.</value>
|
||||
public LiveTvChannelType? ChannelType { get; set; }
|
||||
public ChannelType? ChannelType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is favorite.
|
||||
|
||||
Reference in New Issue
Block a user