remove unneeded imports

This commit is contained in:
Love 2023-03-05 19:55:46 +01:00
parent 38b0e405d0
commit 0d903f80ff
No known key found for this signature in database
GPG Key ID: A3C10DC241C8FA9F

View File

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