Merge branch 'merge-an-ln-ui' into clap

This commit is contained in:
newbee1905
2023-02-05 02:43:20 +07:00

View File

@@ -31,7 +31,6 @@ pub struct App {
messages: StatefulList<String>,
episodes: (Vec<String>, Vec<String>),
title: String,
link: String,
ep: u64,
progress: i32,
anime_id: i32,
@@ -83,7 +82,6 @@ impl<'a> KamiApp for App {
messages: StatefulList::with_items(Vec::new()),
episodes: (Vec::new(), Vec::new()),
title: String::new(),
link: String::new(),
ep: 0,
progress: 0,
anime_id: 0,