Skip to content

Commit

Permalink
Update Asura URL Again (#465)
Browse files Browse the repository at this point in the history
* Updated Asura URL

* Updated Asura URL

* Updated version number
  • Loading branch information
General-Mudkip authored Sep 25, 2023
1 parent 76abf88 commit 28edbcd
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": 12,
"url": "https://asuracomics.com"
"version": 13,
"url": "https://asuracomics.gg"
},
"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://asuracomics.com"),
_ => String::from("https://asuracomics.gg"),
}
}

Expand Down

0 comments on commit 28edbcd

Please sign in to comment.