1
0
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:
Mark McDowall
2023-01-13 17:38:31 -08:00
parent 2c5b9e9999
commit 67035b9266
5 changed files with 9 additions and 8 deletions
@@ -641,6 +641,7 @@ export const actionHandlers = handleThunks({
}),
dataType: 'json'
}).request;
promise.done((data) => {
dispatch(fetchEpisodes({ seriesId: id }));