wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user