Skip to content

Commit

Permalink
fix(asurascans): update url (#655)
Browse files Browse the repository at this point in the history
* fix: update url

* chore: cargo stuff
  • Loading branch information
KaBankz authored May 4, 2024
1 parent ebafe75 commit 22f14f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions src/rust/mangastream/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/rust/mangastream/sources/asurascans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"id": "multi.asurascans",
"lang": "multi",
"name": "Asura Scans",
"version": 16,
"url": "https://asuratoon.com"
"version": 17,
"url": "https://asuracomic.net"
},
"listings": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/asurascans/src/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn get_base_url() -> String {
let code = get_lang_code();
match code.as_str() {
"tr" => String::from("https://asurascanstr.com"),
_ => String::from("https://asuratoon.com"),
_ => String::from("https://asuracomic.net"),
}
}

Expand Down

0 comments on commit 22f14f9

Please sign in to comment.