Playlist images optional

This commit is contained in:
Bradlee Speice 2024-03-28 18:58:28 -04:00
parent 766a33afdf
commit aa46152738

View File

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