fix: show recently added series even if they are not complete

This commit is contained in:
sct
2021-01-22 16:01:46 +00:00
parent 660ada0b20
commit d0c830e80d
3 changed files with 9 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ const Discover: React.FC = () => {
const intl = useIntl();
const { data: media, error: mediaError } = useSWR<MediaResultsResponse>(
'/api/v1/media?filter=available&take=20&sort=mediaAdded'
'/api/v1/media?filter=allavailable&take=20&sort=mediaAdded'
);
const {