mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(plex-sync): store plex added date and sort recently added by it
This commit is contained in:
@@ -69,7 +69,7 @@ const Discover: React.FC = () => {
|
||||
);
|
||||
|
||||
const { data: media, error: mediaError } = useSWR<MediaResultsResponse>(
|
||||
'/api/v1/media?filter=available&take=20&sort=modified'
|
||||
'/api/v1/media?filter=available&take=20&sort=mediaAdded'
|
||||
);
|
||||
|
||||
const {
|
||||
|
Reference in New Issue
Block a user