mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Add sequences to search books
This commit is contained in:
@@ -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}")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user