mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -53,6 +53,7 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
}
|
||||
|
||||
private static string EmbyServiceName = "Emby";
|
||||
|
||||
public override double GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
var serviceName = ServiceName;
|
||||
@@ -150,14 +151,14 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
[JsonIgnore]
|
||||
public override string ContainingFolderPath => Path;
|
||||
|
||||
//[JsonIgnore]
|
||||
// [JsonIgnore]
|
||||
// public override string MediaType
|
||||
//{
|
||||
// {
|
||||
// get
|
||||
// {
|
||||
// return ChannelType == ChannelType.TV ? Model.Entities.MediaType.Video : Model.Entities.MediaType.Audio;
|
||||
// }
|
||||
//}
|
||||
// }
|
||||
|
||||
[JsonIgnore]
|
||||
public bool IsAiring
|
||||
|
||||
Reference in New Issue
Block a user