1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 00:58:16 -05:00

feat: add filtering for requests api

This commit is contained in:
sct
2020-11-17 15:03:17 +00:00
parent f5f2545520
commit cb9ae25d94
3 changed files with 68 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ const Discover: React.FC = () => {
);
const { data: requests, error: requestError } = useSWR<MediaRequest[]>(
'/api/v1/request'
'/api/v1/request?filter=unavailable&take=20&sort=modified&skip=0'
);
return (