Fixed liked track sorting
Build and Publish / Build and Publish Docker Image (push) Successful in 10m14s
Build and Publish / Build and Publish Docker Image (push) Successful in 10m14s
This commit is contained in:
@@ -78,6 +78,8 @@ pub(super) struct TrackItem {
|
||||
#[derive(Debug, Serialize, JsonSchema)]
|
||||
pub(super) struct PlaylistTrackItem {
|
||||
pub(super) playlist_track_id: Option<i64>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub(super) sort_key: Option<i64>,
|
||||
#[serde(flatten)]
|
||||
pub(super) track: TrackItem,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user