removed delay

This commit is contained in:
Simon
2025-07-15 19:06:43 +00:00
parent f81a0e2ec5
commit a63e260dac
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
use crate::{providers::{hanime::HanimeProvider, perverzija::PerverzijaProvider, spankbang::SpankbangProvider}, util::cache::VideoCache, videos::VideoItem, DbPool};
pub mod perverzija;
pub mod hanime;
pub mod spankbang;