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