Skip to content

Commit

Permalink
feat(asura): use postids
Browse files Browse the repository at this point in the history
  • Loading branch information
KaBankz committed Aug 23, 2023
1 parent 28a8999 commit baa4075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/mangastream/sources/asurascans/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "multi.asurascans",
"lang": "multi",
"name": "Asura Scans",
"version": 9,
"version": 10,
"url": "https://asura.nacm.xyz"
},
"listings": [
Expand Down
1 change: 1 addition & 0 deletions src/rust/mangastream/sources/asurascans/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub mod helper;
use helper::{get_base_url, get_tag_id};
fn get_instance() -> MangaStreamSource {
MangaStreamSource {
use_postids: true,
tagid_mapping: get_tag_id,
base_url: get_base_url(),
alt_pages: true,
Expand Down

0 comments on commit baa4075

Please sign in to comment.