mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 12:50:32 +00:00
added a search another title option to anime
This commit is contained in:
@@ -32,7 +32,7 @@ fn main() {
|
||||
if _arg == "l" {
|
||||
ln_read();
|
||||
} else if _arg == "a" {
|
||||
anime_stream()
|
||||
anime_stream(true)
|
||||
} else {
|
||||
println!("Invalid argument");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user