Skip to content

Commit

Permalink
make konachan_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Jul 24, 2023
1 parent 753fd1f commit dae9a3a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions 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/util/saucenao.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ pub struct SauceKonachanData {
#[derive(Debug, Deserialize, Clone)]
pub struct Sauce2DMarketData {
pub ext_urls: Vec<String>,
pub konachan_id: u32,
pub konachan_id: Option<u32>,
pub creator: String,
pub source: String,
}
Expand Down

0 comments on commit dae9a3a

Please sign in to comment.