implemented tags for videos

This commit is contained in:
Simon
2025-06-03 15:34:02 +00:00
parent 082b3b5c1d
commit 2e8b8bea0c
3 changed files with 68 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ mod util;
#[ntex::main]
async fn main() -> std::io::Result<()> {
std::env::set_var("RUST_LOG", "ntex=info");
std::env::set_var("RUST_BACKTRACE", "1");
env_logger::init(); // You need this to actually see logs