This commit is contained in:
2023-06-07 04:23:44 +02:00
parent 4083df0030
commit ff729bca84

View File

@@ -157,7 +157,6 @@ impl FromStr for DownloadArchiveCommand {
}; };
let obj_id: u32 = caps["id"].parse().unwrap(); let obj_id: u32 = caps["id"].parse().unwrap();
let file_type: String = caps["file_type"].to_string();
match &caps["type"] { match &caps["type"] {
"s" => Ok(DownloadArchiveCommand::Sequence { id: obj_id }), "s" => Ok(DownloadArchiveCommand::Sequence { id: obj_id }),