mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-25 09:15:35 +00:00
Fixed: Monitor from first season
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user