fix: accept empty music continuations
This commit is contained in:
parent
8aa2bfcf9e
commit
b4ca16caf8
2 changed files with 7 additions and 4 deletions
|
|
@ -298,7 +298,7 @@ impl From<MusicThumbnailRenderer> for Vec<model::Thumbnail> {
|
|||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub(crate) struct MusicContinuation {
|
||||
pub continuation_contents: ContinuationContents,
|
||||
pub continuation_contents: Option<ContinuationContents>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
|
|
|
|||
Reference in a new issue