Description can be empty if just added
This commit is contained in:
parent
3daa89ed6d
commit
024405f7b5
@ -30,7 +30,7 @@ class SimplifiedPlaylist(BaseModel):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
collaborative: bool
|
collaborative: bool
|
||||||
description: str
|
description: Optional[str]
|
||||||
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")
|
||||||
|
Loading…
Reference in New Issue
Block a user