Add sequences to search books

This commit is contained in:
2023-05-26 22:38:09 +02:00
parent d3be731556
commit 74deae076e
3 changed files with 19 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ pub struct StartDownloadData {
impl ToString for StartDownloadData {
fn to_string(&self) -> String {
let id = self.id;
let StartDownloadData { id } = self;
format!("/d_{id}")
}
}