remove unneeded imports
This commit is contained in:
parent
624c70e2ec
commit
fa12365719
@ -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>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user