ProvidedTrack
note
This type is deducted from Spotify's internal usage. It may not be accurate and may change in the future.
type ProvidedTrack = ContextTrack & {
removed?: string[];
blocked?: string[];
provider?: string;
};
Extends ContextTrack
.
Property | Type | Description |
---|---|---|
removed | string[] | undefined | List of removed providers. |
blocked | string[] | undefined | List of blocked providers. |
provider | string | Current provider, eg. from context |