Simplified track update
This commit is contained in:
parent
aa46152738
commit
fef6c1a548
@ -25,7 +25,7 @@ class SimplifiedTrack(BaseModel):
|
||||
spotify_id: str = Field(alias="id")
|
||||
is_local: bool
|
||||
is_playable: Optional[bool]
|
||||
linked_from: Optional[str]
|
||||
linked_from: Optional[Union[str, Dict[str, Union[str, Dict[str, str]]]]]
|
||||
name: str
|
||||
preview_url: Optional[str]
|
||||
restrictions: Optional[Union[str, Dict[str, str]]]
|
||||
|
Loading…
Reference in New Issue
Block a user