webui control point step 2

This commit is contained in:
2025-12-05 07:08:03 +01:00
parent b38d2593b3
commit 9f62191830
31 changed files with 1343 additions and 207 deletions

View File

@@ -18,7 +18,7 @@ async fn main() -> anyhow::Result<()> {
let test_url = "https://fr.getsamplefiles.com/download/mp3/sample-3.mp3";
println!("\nDownloading: {}", test_url);
let pk = cache::add_with_metadata_extraction(&cache, test_url, Some("test")).await?;
let pk = cache::add_with_metadata_extraction(cache, test_url, Some("test")).await?;
println!("\nPK: {}", pk);
let file_path = cache.get_file_path(&pk);