Skip to content

Commit

Permalink
fix(copymanga): search not working (#738)
Browse files Browse the repository at this point in the history
* build: update dependencies

* fix: update url of search results

* chore: bump version
  • Loading branch information
aphronyx authored Sep 1, 2024
1 parent 25356cd commit d5db760
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/rust/zh.copymanga/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/rust/zh.copymanga/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "zh.copymanga",
"lang": "zh",
"name": "拷貝漫畫",
"version": 7,
"version": 8,
"urls": [
"https://copymanga.tv",
"https://www.copymanga.tv",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/zh.copymanga/src/url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub enum Url<'a> {
/// - `name`: 名稱
/// - `author`: 作者
/// - `local`: 漢化組
#[strum(to_string = "/api/kb/web/searchb/comics?{query}")]
#[strum(to_string = "/api/kb/web/searchba/comics?{query}")]
Search { query: QueryParameters },

#[strum(to_string = "/comic/{id}")]
Expand Down

0 comments on commit d5db760

Please sign in to comment.