diff --git a/src/callers/song.rs b/src/callers/song.rs index 9825f38..3fb53e8 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -1013,7 +1013,7 @@ pub mod endpoint { } - pub async fn stream_audio( + pub async fn stream_song( axum::Extension(pool): axum::Extension, axum::extract::Path(id): axum::extract::Path, ) -> impl IntoResponse {