This commit is contained in:
2025-07-15 15:40:30 -04:00
parent 47a1c5e8fb
commit 2750fa49d6
2 changed files with 0 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
// TODO: Refactor this file when this app is functional
// TODO: Create song
pub mod create_song {
pub async fn create(
base_url: &String,
@@ -44,7 +43,6 @@ pub mod create_song {
}
}
// TODO: Create coverart
pub mod create_coverart {
pub async fn create(
@@ -77,7 +75,6 @@ pub mod create_coverart {
}
pub mod wipe_data {
// TODO: Wipe data from queued song
pub mod song_queue {
pub async fn wipe_data(base_url: &String, song_queue_id: &uuid::Uuid) -> Result<reqwest::Response, reqwest::Error> {
let client = reqwest::Client::builder().build()?;