mirror of https://github.com/lidarr/Lidarr
Fixed: Monitor from first season
This commit is contained in:
parent
6807f92f55
commit
394b93628c
|
@ -277,9 +277,8 @@ define(
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (monitor === 'first') {
|
else if (monitor === 'first') {
|
||||||
this.model.setSeasonPass(lastSeason + 1);
|
this.model.setSeasonPass(lastSeason.seasonNumber + 1);
|
||||||
|
this.model.setSeasonMonitored(firstSeason.seasonNumber);
|
||||||
firstSeason.monitor = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (monitor === 'missing') {
|
else if (monitor === 'missing') {
|
||||||
|
|
Loading…
Reference in New Issue