added a search another title option to anime

This commit is contained in:
Zastian Pretorius
2022-07-11 19:40:03 +01:00
parent f9ece6bcc7
commit 7b02787e62
2 changed files with 7 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ fn main() {
if _arg == "l" {
ln_read();
} else if _arg == "a" {
anime_stream()
anime_stream(true)
} else {
println!("Invalid argument");
}