mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: add migration for delete cascades on season requests/seasons
fix some i18n english strings
This commit is contained in:
@@ -73,7 +73,7 @@ const Discover: React.FC = () => {
|
||||
|
||||
const { data: requests, error: requestError } = useSWR<
|
||||
RequestResultsResponse
|
||||
>('/api/v1/request?filter=unavailable&take=20&sort=modified&skip=0');
|
||||
>('/api/v1/request?filter=unavailable&take=10&sort=modified&skip=0');
|
||||
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user