Skip to content

Commit

Permalink
updated kitsu domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Toasty360 committed Nov 5, 2024
1 parent 51f558f commit c27732b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/providers/meta/anilist.js

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

2 changes: 1 addition & 1 deletion dist/providers/meta/anilist.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/providers/meta/anilist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Anilist extends AnimeParser {
protected override classPath = 'META.Anilist';

private readonly anilistGraphqlUrl = 'https://graphql.anilist.co';
private readonly kitsuGraphqlUrl = 'https://kitsu.app/api/graphql';
private readonly kitsuGraphqlUrl = 'https://kitsu.io/api/graphql';
private readonly malSyncUrl = 'https://api.malsync.moe';
private readonly anifyUrl = ANIFY_URL;
provider: AnimeParser;
Expand Down

0 comments on commit c27732b

Please sign in to comment.