diff --git a/src/web/mjs/connectors/TCBScans.mjs b/src/web/mjs/connectors/TCBScans.mjs index 0059be7e0c..3e31341141 100644 --- a/src/web/mjs/connectors/TCBScans.mjs +++ b/src/web/mjs/connectors/TCBScans.mjs @@ -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) {