mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
Merge branch 'merge-an-ln-ui' into clap
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user