diff --git a/tubearchivist/www/src/pages/download.tsx b/tubearchivist/www/src/pages/download.tsx index c2f8f56..6e753ae 100755 --- a/tubearchivist/www/src/pages/download.tsx +++ b/tubearchivist/www/src/pages/download.tsx @@ -81,6 +81,7 @@ const Download: NextPage = () => { const handleSetIgnoredStatus = (selectedIgnoredStatus: IgnoredStatus) => { setIgnoredStatus(selectedIgnoredStatus); refetch(); + handleSetPageNumber(1); }; const handleSetFormHidden = (selectedFormHidden: FormHidden) => {