1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 02:27:13 +00:00

Fixed: Monitor from first season

This commit is contained in:
Mark McDowall 2015-02-09 13:01:50 -08:00
parent 6807f92f55
commit 394b93628c

View file

@ -277,9 +277,8 @@ define(
}
else if (monitor === 'first') {
this.model.setSeasonPass(lastSeason + 1);
firstSeason.monitor = true;
this.model.setSeasonPass(lastSeason.seasonNumber + 1);
this.model.setSeasonMonitored(firstSeason.seasonNumber);
}
else if (monitor === 'missing') {