fix: accept music album playlist response without header
This commit is contained in:
parent
8097873fe1
commit
38bc12f695
3 changed files with 74 additions and 37 deletions
|
|
@ -1031,7 +1031,7 @@ pub struct ArtistId {
|
|||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[non_exhaustive]
|
||||
pub struct AlbumItem {
|
||||
/// Unique YouTube album ID (e.g. `OLAK5uy_nZpcQys48R0aNb046hV-n1OAHGE4reftQ`)
|
||||
/// Unique YouTube album ID (e.g. `MPREb_T5s950Swfdy`)
|
||||
pub id: String,
|
||||
/// Album name
|
||||
pub name: String,
|
||||
|
|
|
|||
Reference in a new issue