mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 04:50:56 +02:00
Fix toggle monitored for seasons
This commit is contained in:
parent
d8b16d7926
commit
53eb9d8545
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ public Results<Ok<SeasonResource>, NotFound> UpdateSeasonMonitored([FromRoute] i
|
|||
|
||||
_seriesService.UpdateSeries(series);
|
||||
|
||||
BroadcastResourceChange(ModelAction.Updated, series.ToResource());
|
||||
BroadcastResourceChange(ModelAction.Updated, GetSeriesResource(series, false)!);
|
||||
|
||||
return TypedResults.Ok(season.ToResource());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue