honestly fuck windows but now it works

This commit is contained in:
Zastian Pretorius
2022-07-13 22:39:54 +01:00
parent 3132f3b54b
commit 47210dfd15
5 changed files with 102 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ pub fn anime_stream(first_run: bool) {
println!("Invalid episode number");
}
}
loop{
let link = anime_link(title, ep_num as u64);
open_video(link);