mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
chore: remove unused variables and use
This commit is contained in:
@@ -8,7 +8,7 @@ use colored::Colorize;
|
||||
//use ln::ui::ln_ui;
|
||||
use ln::ln::ln_ui;
|
||||
|
||||
use crate::anime::{player::*, scraper::*, trackers::*};
|
||||
use crate::anime::trackers::*;
|
||||
use crate::get_token;
|
||||
use crate::helpers::take_input::{int_input, string_input};
|
||||
fn main() {
|
||||
|
||||
@@ -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