Gets Spotify url details.
let spot = await play.spotify('spotify url')// spot.type === "track" | "playlist" | "album"if (spot.type === "track") { spot = spot as play.SpotifyTrack // Code with spotify track class.} Copy
let spot = await play.spotify('spotify url')// spot.type === "track" | "playlist" | "album"if (spot.type === "track") { spot = spot as play.SpotifyTrack // Code with spotify track class.}
Spotify Url
A SpotifyTrack or SpotifyPlaylist or SpotifyAlbum
Gets Spotify url details.