Update song queue endpoint fix #146

Merged
kdeng00 merged 3 commits from update_song_queue_endpoint-fix into v0.2 2025-06-28 19:06:41 -04:00
Showing only changes of commit 37d4401fb3 - Show all commits
+1 -1
View File
@@ -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!(