This commit is contained in:
Love 2023-01-19 12:55:38 +01:00
parent 866e56c247
commit c7fff46ff3

View File

@ -60,7 +60,7 @@ async fn main() {
refresh(&parser).await; refresh(&parser).await;
continue; continue;
} else if user_wish == "d" { } else if user_wish == "d" {
let selection = readline.input("Download all or select in comma separated [a]: "); let selection = readline.input("Download all or select in comma separated [a | 1,2,3,4]: ");
let selection = selection.trim(); let selection = selection.trim();
let to_download = loop { let to_download = loop {