fix(all/torrentioanime): Fix fetching episode list #192

Merged
Grafcube merged 1 commit from fix-torrentio-anime into main 2024-09-01 17:51:00 -05:00
Grafcube commented 2024-08-31 11:11:09 -05:00 (Migrated from github.com)

The episode list for the wrong anime was returned by the old url. This patch fixes that by specifically using the kitsu id instead.

Demo (at the time of this PR):

Actual Anilist ID: 166531
Corresponding Kitsu ID: 47659

Wrong metadata: https://anime-kitsu.strem.fun/meta/series/anilist%3A166531.json
Correct metadata: https://anime-kitsu.strem.fun/meta/series/kitsu%3A47659.json

Checklist:

  • Updated extVersionCode value in build.gradle for individual extensions
  • Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
  • Referenced all related issues in the PR body (e.g. "Closes #xyz")
  • Added the isNsfw = true flag in build.gradle when appropriate
  • Have not changed source names
  • Have explicitly kept the id if a source's name or language were changed
  • Have tested the modifications by compiling and running the extension through Android Studio
  • Have removed web_hi_res_512.png when adding a new extension
  • Have made sure all the icons are in png format
The episode list for the wrong anime was returned by the old url. This patch fixes that by specifically using the kitsu id instead. Demo (at the time of this PR): Actual Anilist ID: 166531 Corresponding Kitsu ID: 47659 Wrong metadata: <https://anime-kitsu.strem.fun/meta/series/anilist%3A166531.json> Correct metadata: <https://anime-kitsu.strem.fun/meta/series/kitsu%3A47659.json> Checklist: - [x] Updated `extVersionCode` value in `build.gradle` for individual extensions - [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz") - [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate - [x] Have not changed source names - [ ] Have explicitly kept the `id` if a source's name or language were changed - [x] Have tested the modifications by compiling and running the extension through Android Studio - [ ] Have removed `web_hi_res_512.png` when adding a new extension - [ ] Have made sure all the icons are in png format
Sign in to join this conversation.
No description provided.