diff --git a/src/callers/song.rs b/src/callers/song.rs index ab175c3..f0ab49a 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -774,6 +774,11 @@ pub mod endpoint { } } + pub async fn download_song() + -> (axum::http::StatusCode, axum::response::Response) { + (axum::http::StatusCode::OK, axum::response::Response::default()) + } + pub async fn update_song_queue_status( axum::Extension(pool): axum::Extension, axum::Json(payload): axum::Json,