mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Fixed: Unable to search individual movies from Movie Index
Fixed: Refresh on movie list refreshing all movies Fixes #8434
This commit is contained in:
@@ -84,7 +84,7 @@ function MovieIndexOverview(props: MovieIndexOverviewProps) {
|
||||
dispatch(
|
||||
executeCommand({
|
||||
name: REFRESH_MOVIE,
|
||||
movieId,
|
||||
movieIds: [movieId],
|
||||
})
|
||||
);
|
||||
}, [movieId, dispatch]);
|
||||
@@ -93,7 +93,7 @@ function MovieIndexOverview(props: MovieIndexOverviewProps) {
|
||||
dispatch(
|
||||
executeCommand({
|
||||
name: MOVIE_SEARCH,
|
||||
movieId,
|
||||
movieIds: [movieId],
|
||||
})
|
||||
);
|
||||
}, [movieId, dispatch]);
|
||||
|
||||
Reference in New Issue
Block a user