This commit is contained in:
2023-06-07 21:16:00 +02:00
parent 96c49bf7d8
commit 7cc23f283b

View File

@@ -172,7 +172,7 @@ impl FromStr for DownloadArchiveQueryData {
None => return Err(strum::ParseError::VariantNotFound), None => return Err(strum::ParseError::VariantNotFound),
}; };
let id: u32 = caps["book_id"].parse().unwrap(); let id: u32 = caps["id"].parse().unwrap();
let file_type: String = caps["file_type"].to_string(); let file_type: String = caps["file_type"].to_string();
Ok( Ok(