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

Improved season pass styling

This commit is contained in:
Taloth Saldono
2015-05-27 20:28:57 +02:00
committed by Mark McDowall
parent 155c82c199
commit fc572500e4
11 changed files with 68 additions and 34 deletions
+1
View File
@@ -160,6 +160,7 @@ namespace NzbDrone.Api.Series
private void LinkSeriesStatistics(SeriesResource resource, SeriesStatistics seriesStatistics)
{
resource.TotalEpisodeCount = seriesStatistics.TotalEpisodeCount;
resource.EpisodeCount = seriesStatistics.EpisodeCount;
resource.EpisodeFileCount = seriesStatistics.EpisodeFileCount;
resource.NextAiring = seriesStatistics.NextAiring;