summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages/Episodes/table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Episodes/table.tsx')
-rw-r--r--frontend/src/pages/Episodes/table.tsx3
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>
</>
);