mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 18:50:23 +01:00
support null image encoder
This commit is contained in:
@@ -675,7 +675,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
Name = info.Name,
|
||||
EpisodeTitle = info.EpisodeTitle,
|
||||
ProgramId = info.Id,
|
||||
HasImage = info.HasImage,
|
||||
ImagePath = info.ImagePath,
|
||||
ImageUrl = info.ImageUrl,
|
||||
OriginalAirDate = info.OriginalAirDate,
|
||||
|
||||
@@ -333,7 +333,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
|
||||
IsRepeat = repeat,
|
||||
IsSeries = showType.IndexOf("series", StringComparison.OrdinalIgnoreCase) != -1,
|
||||
ImageUrl = imageUrl,
|
||||
HasImage = details.hasImageArtwork,
|
||||
IsKids = string.Equals(details.audience, "children", StringComparison.OrdinalIgnoreCase),
|
||||
IsSports = showType.IndexOf("sports", StringComparison.OrdinalIgnoreCase) != -1,
|
||||
IsMovie = showType.IndexOf("movie", StringComparison.OrdinalIgnoreCase) != -1 || showType.IndexOf("film", StringComparison.OrdinalIgnoreCase) != -1,
|
||||
|
||||
Reference in New Issue
Block a user