reduced warnings

This commit is contained in:
Simon
2025-07-15 18:45:23 +00:00
parent d77e292dbd
commit bed8882329
5 changed files with 25 additions and 28 deletions

View File

@@ -1,5 +1,4 @@
use std::vec;
use std::env;
use error_chain::error_chain;
use futures::future::join_all;
use wreq::Client;
@@ -9,7 +8,6 @@ use crate::providers::Provider;
use crate::util::cache::VideoCache;
use crate::videos::{self, VideoItem};
use crate::DbPool;
use crate::USER_AGENT; // Make sure Provider trait is imported
error_chain! {
foreign_links {