spotify-audio-api
Advanced tools
Comparing version
@@ -143,3 +143,3 @@ "use strict"; | ||
await this.request({ | ||
uri: `/track/${trackId}`, | ||
uri: `/tracks/${trackId}`, | ||
error: "Error getting track" | ||
@@ -146,0 +146,0 @@ }, (data) => { |
{ | ||
"name": "spotify-audio-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Spotify API wrapper to return audio metadata", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
21754
0