Skip to content

Commit

Permalink
fix: kitsu id mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed Oct 29, 2024
1 parent 086c263 commit ee98af0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/constants/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ProviderDomain: {
[Provider.AnimePlanet]: 'https://anime-planet.com',
[Provider.AniSearch]: 'https://anisearch.com',
[Provider.LiveChart]: 'https://livechart.me',
[Provider.Kitsu]: 'https://kitsu.io',
[Provider.Kitsu]: 'https://kitsu.app',
[Provider.MyAnimeList]: 'https://myanimelist.net',
[Provider.NotifyMoe]: 'https://notify.moe',
};

0 comments on commit ee98af0

Please sign in to comment.