Skip to content

Commit

Permalink
Fix MangaSail : change domain (#6898)
Browse files Browse the repository at this point in the history
Fixes #6894
  • Loading branch information
MikeZeDev authored Mar 20, 2024
1 parent c355562 commit 174c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/MangaSail.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class MangaSail extends Connector {
super.id = 'mangasail';
super.label = 'MangaSail';
this.tags = [ 'manga', 'english' ];
this.url = 'https://www.mangasail.net';
this.url = 'https://sailmg.com';

this.config = {
username: {
Expand Down

0 comments on commit 174c155

Please sign in to comment.