Skip to content

Commit

Permalink
Misc: Fetch all files belonging to manually linked series (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
fearnlj01 authored Jun 12, 2024
1 parent f5f9be9 commit a094b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function ManuallyLinkedTab() {
});

const onExpand = async (id: number) => {
await prefetchSeriesFilesQuery(id, { include: ['XRefs'], include_only: ['ManualLinks'] });
await prefetchSeriesFilesQuery(id, { pageSize: 0, include: ['XRefs'], include_only: ['ManualLinks'] });
await prefetchSeriesEpisodesInfiniteQuery(id, { pageSize: 0, includeMissing: 'true', includeDataFrom: ['AniDB'] });
};

Expand Down

0 comments on commit a094b75

Please sign in to comment.