diff options
Diffstat (limited to 'frontend/src/pages/Episodes/table.tsx')
-rw-r--r-- | frontend/src/pages/Episodes/table.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/pages/Episodes/table.tsx b/frontend/src/pages/Episodes/table.tsx index c5e0263aa..d519285af 100644 --- a/frontend/src/pages/Episodes/table.tsx +++ b/frontend/src/pages/Episodes/table.tsx @@ -1,4 +1,4 @@ -import { useDownloadEpisodeSubtitles } from "@/apis/hooks"; +import { useDownloadEpisodeSubtitles, useEpisodesProvider } from "@/apis/hooks"; import { ActionButton, EpisodeHistoryModal, @@ -219,6 +219,7 @@ const Table: FunctionComponent<Props> = ({ <ManualSearchModal modalKey="manual-search" download={download} + query={useEpisodesProvider} ></ManualSearchModal> </> ); |