Remove non-in progress requirement

This commit is contained in:
Nicolas Mowen 2025-04-30 17:55:02 -06:00
parent 1326622d25
commit 1d3cfebd32

View File

@ -127,7 +127,6 @@ export default function Explore() {
limit: limit:
Object.keys(searchSearchParams).length == 0 ? API_LIMIT : undefined, Object.keys(searchSearchParams).length == 0 ? API_LIMIT : undefined,
timezone, timezone,
in_progress: 0,
include_thumbnails: 0, include_thumbnails: 0,
}, },
]; ];