Skip to content

fix: anime sources missing from anime section (#1258) - #1319

Open
HermesYP wants to merge 1 commit into
harborstremio:mainfrom
HermesYP:fix/anime-section-sources
Open

HermesYP wants to merge 1 commit into
harborstremio:mainfrom
HermesYP:fix/anime-section-sources

Conversation

@HermesYP

Copy link
Copy Markdown

Summary

Fix anime content from the anime catalog section not returning addon streams. The anime section was passing type: "anime" but most addons only respond to type: "series".

Changes

  • episode-pipeline-input.ts: Map anime type to series in stream pipeline requests

Verification

  • TypeScript typecheck passes

Closes #1258

When meta.type is 'anime', stream requests should use 'series' type
since most Stremio addons only respond to 'series' for anime content,
not 'anime'. This ensures sources appear when navigating from the
dedicated anime section.

Fixes harborstremio#1258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Sources don't provide for anime's if accessed through the anime section

1 participant