tsk-196: Moving SongQueue struct (#240)

* tsk-196: Moving SongQueue struct

* tsk-196: Code formatting

* tsk-196: Version bump
This commit was merged in pull request #240.
This commit is contained in:
KD
2025-11-03 13:56:18 -05:00
committed by GitHub
parent a80e21b918
commit 147a50c867
4 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ pub mod response {
#[derive(Default, Deserialize, Serialize, utoipa::ToSchema)]
pub struct Response {
pub message: String,
pub data: Vec<crate::repo::queue::song::SongQueue>,
pub data: Vec<crate::repo::queue::song::dbtype::SongQueue>,
}
}