dynamic network loading for omgxxx

This commit is contained in:
Simon
2025-10-04 15:41:24 +00:00
parent 28a4c57616
commit ef625527a2
3 changed files with 224 additions and 67 deletions

View File

@@ -51,6 +51,7 @@ async fn main() -> std::io::Result<()> {
let cache: util::cache::VideoCache = crate::util::cache::VideoCache::new();
providers::init_providers_now();
web::HttpServer::new(move || {
web::App::new()