mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: Monitoring episodes modal not closing after saving
This commit is contained in:
@@ -641,6 +641,7 @@ export const actionHandlers = handleThunks({
|
||||
}),
|
||||
dataType: 'json'
|
||||
}).request;
|
||||
|
||||
promise.done((data) => {
|
||||
dispatch(fetchEpisodes({ seriesId: id }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user