Skip to content

Commit

Permalink
TCBScans: domain change (#7576)
Browse files Browse the repository at this point in the history
Closes #7574
  • Loading branch information
MikeZeDev authored Dec 4, 2024
1 parent 044128a commit 2e57d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/TCBScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class TCBScans extends Connector {
super.id = 'tcbscans';
super.label = 'TCB Scans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://tcbscans.com';
this.url = 'https://tcbscans.me';
}

async _getMangaFromURI(uri) {
Expand Down

0 comments on commit 2e57d19

Please sign in to comment.