Skip to content

Commit

Permalink
fix: show unaired episodes during tmdb linking (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
revam authored Nov 21, 2024
1 parent c9fcdf9 commit 48ac1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/collection/series/TmdbLinking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const TmdbLinking = () => {
{
includeDataFrom: ['AniDB'],
includeMissing: IncludeOnlyFilterEnum.true,
includeUnaired: IncludeOnlyFilterEnum.true,
type: [EpisodeTypeEnum.Normal, EpisodeTypeEnum.Special, EpisodeTypeEnum.Other],
pageSize: 50,
},
Expand Down

0 comments on commit 48ac1e6

Please sign in to comment.