mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
Fixed: Monitoring episodes modal not closing after saving
This commit is contained in:
@@ -284,7 +284,7 @@ namespace Sonarr.Api.V3.Series
|
||||
[NonAction]
|
||||
public void Handle(SeriesEditedEvent message)
|
||||
{
|
||||
var resource = message.Series.ToResource();
|
||||
var resource = GetSeriesResource(message.Series, false);
|
||||
resource.EpisodesChanged = message.EpisodesChanged;
|
||||
BroadcastResourceChange(ModelAction.Updated, resource);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user