added anime tracking

This commit is contained in:
Zastian Pretorius
2022-10-29 20:11:12 +01:00
parent abe79ba96f
commit ed0e3dd50f
4 changed files with 104 additions and 25 deletions

View File

@@ -115,7 +115,7 @@ impl<'a> App {
pub fn ln_ui(chapter: u32) -> Result<(), Box<dyn Error>> {
// setup terminal
let _ = get_json();
let _ = get_ln_json();
enable_raw_mode()?;
let mut stdout = io::stdout();
execute!(stdout, EnterAlternateScreen, EnableMouseCapture)?;