mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-30 07:33:25 +00:00
Update XmlTvListingsProvider.cs
Fix failing test.
This commit is contained in:
parent
a5ae5600ce
commit
845ebc5e62
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ namespace Jellyfin.LiveTv.Listings
|
|||
Overview = program.Description,
|
||||
ProductionYear = program.CopyrightDate?.Year,
|
||||
SeasonNumber = program.Episode.Series,
|
||||
IsSeries = EpisodeNumber is not null,
|
||||
IsSeries = program.Episode.Episode is not null,
|
||||
IsRepeat = program.IsPreviouslyShown && !program.IsNew,
|
||||
IsPremiere = program.Premiere is not null,
|
||||
IsKids = programCategories.Any(c => info.KidsCategories.Contains(c, StringComparison.OrdinalIgnoreCase)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue