mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-17 10:45:49 +02:00
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
Block a user