1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -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
@@ -92,7 +92,7 @@ function SeriesIndexOverview(props: SeriesIndexOverviewProps) {
dispatch(
executeCommand({
name: REFRESH_SERIES,
seriesId,
seriesIds: [seriesId],
})
);
}, [seriesId, dispatch]);