tsk-197: Rename download_flac() function (#220)
* tsk-197: Renamed function * tsk-197: Version bump * tsk-197: icarus_models version bump
This commit was merged in pull request #220.
This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ pub mod endpoint {
|
||||
(status = 400, description = "Linkage failed", body = Vec<u8>)
|
||||
)
|
||||
)]
|
||||
pub async fn download_flac(
|
||||
pub async fn download_queued_song(
|
||||
axum::Extension(pool): axum::Extension<sqlx::PgPool>,
|
||||
axum::extract::Path(id): axum::extract::Path<uuid::Uuid>,
|
||||
) -> (StatusCode, axum::response::Response) {
|
||||
|
||||
Reference in New Issue
Block a user