clear in both selections
This commit is contained in:
parent
3171e5568d
commit
d07d4d70b4
@ -82,7 +82,7 @@ async fn main() {
|
||||
}
|
||||
|
||||
let user_wish = readline
|
||||
.input("Which one do you wish to stream? [ q/f/s/r/d ]: ")
|
||||
.input("Which one do you wish to stream? [ q/f/s/r/c/d ]: ")
|
||||
.to_lowercase();
|
||||
let user_wish = user_wish.trim();
|
||||
|
||||
@ -110,6 +110,10 @@ async fn main() {
|
||||
);
|
||||
continue;
|
||||
}
|
||||
"c" => {
|
||||
config.update_last_search_ugly(None);
|
||||
continue;
|
||||
}
|
||||
// Downloadmode
|
||||
"d" => {
|
||||
let to_download =
|
||||
|
Loading…
Reference in New Issue
Block a user