Description can be empty if just added
This commit is contained in:
@ -30,7 +30,7 @@ class SimplifiedPlaylist(BaseModel):
|
||||
"""
|
||||
|
||||
collaborative: bool
|
||||
description: str
|
||||
description: Optional[str]
|
||||
external_urls: Dict[str, str]
|
||||
href: str
|
||||
spotify_id: str = Field(alias="id")
|
||||
|
Reference in New Issue
Block a user