Skip to content

Commit

Permalink
Update SushiScans.mjs (#7388)
Browse files Browse the repository at this point in the history
Just the link that changed it's catalogue instead of manga
  • Loading branch information
aboudiom59 committed Sep 10, 2024
1 parent f2f5931 commit 359a387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/SushiScans.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class SushiScans extends WordPressMangastream {
super.label = 'Sushi Scans';
this.tags = [ 'manga', 'french' ];
this.url = 'https://sushiscan.net';
this.path = '/manga/list-mode/';
this.path = '/catalogue/list-mode/';
this.requestOptions.headers.set('x-referer', this.url);
}

Expand Down

0 comments on commit 359a387

Please sign in to comment.