Skip to content

Commit

Permalink
fix(luminousscans): update url (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareylo authored Oct 19, 2024
1 parent 5eb2ce4 commit c41ba8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/rust/mangastream/sources/luminousscans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"info": {
"id": "en.luminousscans",
"lang": "en",
"name": "Luminous Scans",
"version": 14,
"url": "https://luminous-scans.com"
"name": "Radiant Scans",
"version": 15,
"url": "https://radiantscans.com"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/luminousscans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fn get_instance() -> MangaStreamSource {
MangaStreamSource {
use_manga_postids: true,
use_chapter_postids: true,
base_url: String::from("https://luminous-scans.com"),
base_url: String::from("https://radiantscans.com"),
traverse_pathname: "series",
alt_pages: true,
..Default::default()
Expand Down

0 comments on commit c41ba8a

Please sign in to comment.