Playlist images optional
This commit is contained in:
parent
766a33afdf
commit
aa46152738
@ -34,7 +34,7 @@ class SimplifiedPlaylist(BaseModel):
|
|||||||
external_urls: Dict[str, str]
|
external_urls: Dict[str, str]
|
||||||
href: str
|
href: str
|
||||||
spotify_id: str = Field(alias="id")
|
spotify_id: str = Field(alias="id")
|
||||||
images: List[Dict[str, Any]]
|
images: Optional[List[Dict[str, Any]]]
|
||||||
name: str
|
name: str
|
||||||
owner: PublicUser
|
owner: PublicUser
|
||||||
snapshot_id: str
|
snapshot_id: str
|
||||||
|
Loading…
Reference in New Issue
Block a user