1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Series Overview sorted by Next Airing now sorts all remaining items by their Last Aired date.

This commit is contained in:
Taloth Saldono
2014-06-21 00:27:53 +02:00
parent 221a457f3a
commit c2b06d957d
6 changed files with 74 additions and 5 deletions
+1
View File
@@ -177,6 +177,7 @@ namespace NzbDrone.Api.Series
resource.EpisodeCount = seriesStatistics.EpisodeCount;
resource.EpisodeFileCount = seriesStatistics.EpisodeFileCount;
resource.NextAiring = seriesStatistics.NextAiring;
resource.PreviousAiring = seriesStatistics.PreviousAiring;
}
public void Handle(EpisodeImportedEvent message)