Skip to content

Commit

Permalink
fix: spotify's default url
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Sep 24, 2018
1 parent 2793a7d commit a601070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const players: Player[] = [
default: true,
tabQuery: '*://*.spotify.com/*',
title: 'spotify',
url: 'https://play.spotify.com/',
url: 'https://open.spotify.com/',
},
{
controlQueries: {
Expand Down

0 comments on commit a601070

Please sign in to comment.