1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

New: Show midseason and other finales in episode list

Closes #5719
This commit is contained in:
Mark McDowall
2023-08-19 01:36:18 -07:00
parent aceaaa10e1
commit 311cd66fcd
19 changed files with 157 additions and 87 deletions
@@ -261,6 +261,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
episode.AirDate = oracleEpisode.AirDate;
episode.AirDateUtc = oracleEpisode.AirDateUtc;
episode.Runtime = oracleEpisode.Runtime;
episode.FinaleType = oracleEpisode.FinaleType;
episode.Ratings = MapRatings(oracleEpisode.Rating);