Skip to content

Commit

Permalink
FIx KomikAV: domain type (#6881)
Browse files Browse the repository at this point in the history
Fixes #6879
  • Loading branch information
MikeZeDev authored Apr 15, 2024
1 parent cd46d74 commit f9aaca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/KomikAV.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class KomikAV extends WordPressMangastream {
super.id = 'komikav';
super.label = 'APKomik';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://apkomic.cc';
this.url = 'https://apkomik.cc';
this.path = '/manga/list-mode/';
}
}

0 comments on commit f9aaca9

Please sign in to comment.