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