Skip to content

Commit

Permalink
Fix Niconico Manga
Browse files Browse the repository at this point in the history
  • Loading branch information
viliml committed Nov 7, 2024
1 parent 582f36d commit ffb6dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/NicoNicoSeiga.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class NicoNicoSeiga extends Connector {
super.id = 'niconicoseiga';
super.label = 'ニコニコ静画 (niconico seiga)';
this.tags = [ 'manga', 'japanese' ];
this.url = 'https://seiga.nicovideo.jp';
this.url = 'https://manga.nicovideo.jp';
this.links = {
login: 'https://account.nicovideo.jp/login'
};
Expand Down

0 comments on commit ffb6dba

Please sign in to comment.