Preview URL is optional
This commit is contained in:
@ -25,7 +25,7 @@ class SimplifiedTrack(BaseModel):
|
||||
is_playable: Optional[bool]
|
||||
linked_from: Optional[str]
|
||||
name: str
|
||||
preview_url: str
|
||||
preview_url: Optional[str]
|
||||
restrictions: Optional[str]
|
||||
track_number: int
|
||||
type_: str = Field(alias="type")
|
||||
|
Reference in New Issue
Block a user