Skip to content

Commit 22843ac

Browse files
authored
feat(play): Add Playlist URL to the return of createPlaylist (#29)
1 parent 80ad2b8 commit 22843ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/play.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const createPlaylist: tool<{
196196
content: [
197197
{
198198
type: 'text',
199-
text: `Successfully created playlist "${name}"\nPlaylist ID: ${result.id}`,
199+
text: `Successfully created playlist "${name}"\nPlaylist ID: ${result.id}\nPlaylist URL: ${result.external_urls.spotify}`,
200200
},
201201
],
202202
};

0 commit comments

Comments
 (0)