1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: UI does not always reflect series being refreshed

This commit is contained in:
Mark McDowall
2025-03-08 13:07:03 -08:00
parent 6f451b2206
commit 8acd154206
5 changed files with 15 additions and 12 deletions
@@ -83,7 +83,7 @@ function SeriesIndexPoster(props: SeriesIndexPosterProps) {
dispatch(
executeCommand({
name: REFRESH_SERIES,
seriesId,
seriesIds: [seriesId],
})
);
}, [seriesId, dispatch]);