Update song queue endpoint fix #146
+1
-1
@@ -734,7 +734,7 @@ pub mod endpoint {
|
||||
Some(ct) => ct.to_string(),
|
||||
None => String::new(),
|
||||
};
|
||||
// .unwrap().to_string();
|
||||
|
||||
let data = field.bytes().await.unwrap();
|
||||
|
||||
println!(
|
||||
|
||||
Reference in New Issue
Block a user