Stream song #164

Merged
kdeng00 merged 11 commits from stream_song into v0.2 2025-07-27 14:20:42 -04:00
Showing only changes of commit 628117fd63 - Show all commits
+1 -1
View File
@@ -1845,7 +1845,7 @@ mod tests {
let app = super::init::app(pool).await;
let id = test_data::coverart_id().await.unwrap();
let id = test_data::song_id().await.unwrap();
let uri = format!("{}?id={id}", crate::callers::endpoints::GETSONGS);