Skip to content

Commit cec282a

Browse files
Merge pull request #2 from recursivefunk/jra/fix-track
chore: fix track uri
2 parents 6fbd36c + 7928661 commit cec282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979
},
8080
{
8181
// "Stockholm Love" - Malthilda June
82-
uri: 'https://open.spotify.com/track/3tNuzvJ5z4rN7GPZoWxQdk?si=f558bcc70d2f4c7a',
82+
uri: 'spotify:track:3tNuzvJ5z4rN7GPZoWxQdk',
8383
bestVolume: '25'
8484
},
8585
{

0 commit comments

Comments
 (0)