From 1d3cfebd320674aad55a60bff866cb1971240c0c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 30 Apr 2025 17:55:02 -0600 Subject: [PATCH] Remove non-in progress requirement --- web/src/pages/Explore.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/pages/Explore.tsx b/web/src/pages/Explore.tsx index 6b156dfaba..7e412201ea 100644 --- a/web/src/pages/Explore.tsx +++ b/web/src/pages/Explore.tsx @@ -127,7 +127,6 @@ export default function Explore() { limit: Object.keys(searchSearchParams).length == 0 ? API_LIMIT : undefined, timezone, - in_progress: 0, include_thumbnails: 0, }, ];