Description can be empty if just added

This commit is contained in:
Bradlee Speice 2023-09-24 20:20:40 -04:00
parent 3daa89ed6d
commit 024405f7b5

View File

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