fixed bug where you could not watch the last episode

This commit is contained in:
Zastian Pretorius
2022-07-11 16:26:08 +01:00
parent 7c8ec33d05
commit 40e308dab4
4 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
use std::fs::File;
use std::io::Write;
use crate::{search_ln,chapter_selector,get_full_text,open_bat};
pub fn ln(){
pub fn ln_read(){
let ln_url = search_ln();
let mut selected_page = 1;
loop {