fix: response models
This commit is contained in:
parent
9da166304a
commit
17094d121b
5 changed files with 17 additions and 16 deletions
|
|
@ -155,6 +155,7 @@ pub enum TimeOverlayStyle {
|
|||
#[serde(rename_all = "camelCase")]
|
||||
pub struct MusicItem {
|
||||
pub thumbnail: MusicThumbnailRenderer,
|
||||
#[serde(default)]
|
||||
#[serde_as(deserialize_as = "DefaultOnError")]
|
||||
pub playlist_item_data: Option<PlaylistItemData>,
|
||||
#[serde_as(as = "VecSkipError<_>")]
|
||||
|
|
|
|||
Reference in a new issue