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:
parent
6807f92f55
commit
394b93628c
1 changed files with 2 additions and 3 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue