From 3193657da31c9d89bbe9ffd9f3bbdcee9e1af20b Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 27 Jul 2025 12:55:11 -0400 Subject: [PATCH] Changed name of function --- src/callers/song.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {