fix: accept music album playlist response without header

This commit is contained in:
ThetaDev 2022-11-30 21:11:33 +01:00
parent 8097873fe1
commit 38bc12f695
3 changed files with 74 additions and 37 deletions

View file

@ -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,