Skip to content

Commit

Permalink
Update asurascans url (#422)
Browse files Browse the repository at this point in the history
* Update helper.rs

* Update source.json
  • Loading branch information
W1llDu authored Aug 16, 2023
1 parent 7c7cc29 commit e60dc6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": 8,
"url": "https://asura.gg"
"version": 9,
"url": "https://asura.nacm.xyz"
},
"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://asura.gg"),
_ => String::from("https://asura.nacm.xyz"),
}
}

Expand Down

0 comments on commit e60dc6f

Please sign in to comment.