remove unneeded imports

This commit is contained in:
Love 2023-03-05 19:55:46 +01:00
parent 624c70e2ec
commit fa12365719

View File

@ -1,8 +1,6 @@
use std::{ops::Deref, rc::Rc}; use std::{ops::Deref, rc::Rc};
use serde::Serialize; use crate::{m3u8::M3u8, GetM3u8, GetPlayPath};
use crate::{m3u8::M3u8, Configuration, GetM3u8, GetPlayPath, OfflineEntry};
pub struct OnlineParser { pub struct OnlineParser {
m3u8_items: Vec<M3u8>, m3u8_items: Vec<M3u8>,