Create metadata #133

Merged
kdeng00 merged 28 commits from create_metadata into v0.2 2025-05-23 20:12:15 -04:00
Showing only changes of commit 7e818154ff - Show all commits
-2
View File
@@ -385,7 +385,6 @@ mod tests {
})
}
/*
#[tokio::test]
async fn test_song_queue() {
let tm_pool = db_mgr::get_pool().await.unwrap();
@@ -1188,7 +1187,6 @@ mod tests {
let _ = db_mgr::drop_database(&tm_pool, &db_name).await;
}
*/
#[tokio::test]
async fn test_create_song() {