Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dteviot committed Jan 30, 2024
1 parent 0756aa3 commit db5ae6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/ReadLightNovelParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
"use strict";

parserFactory.register("readlightnovel.com", function() { return new ReadLightNovelParser() });
parserFactory.register("readlightnovel.today", function() { return new ReadLightNovelParser() });
parserFactory.register("readlightnovel.org", function() { return new ReadLightNovelParser() });
parserFactory.register("readlightnovel.me", function() { return new ReadLightNovelParser() });

Expand Down

0 comments on commit db5ae6e

Please sign in to comment.