diff --git a/src/plugin.ts b/src/plugin.ts index 04e0b05..44d5c18 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -193,6 +193,7 @@ export class Spotify extends Plugin { title: track.name, author: track.artists[0].name, duration: track.duration_ms, + spotifyUri: track.external_urls.spotify, } } @@ -285,4 +286,4 @@ export interface SearchResult { name: string }; tracks: UnresolvedTrack[] -} \ No newline at end of file +}