This commit is contained in:
2026-03-04 01:50:14 +01:00
parent d7edd53792
commit 41c8303aa4
8 changed files with 1586 additions and 116 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ pub async fn run(
println!("job {:?}", job);
let response = match nats_client
.request("corro-dj.download", to_stdvec(&job).unwrap().into())
.request("corro-dj.play", to_stdvec(&job).unwrap().into())
.await
{
Ok(resp) => resp,