Skip to content

Commit

Permalink
fix(soundcloud): change the classes for soundcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Jan 2, 2020
1 parent 0a0ed1d commit ebebbd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ const players: Player[] = [
},
{
controlQueries: {
next: '.skipControl__next',
play: '.playControl',
prev: '.skipControl__previous',
next: '.playControls__next',
play: 'button[title="Pause current"],button[title="Play current"]',
prev: '.playControls__prev',
},
default: false,
tabQuery: '*://soundcloud.com/*',
Expand Down

0 comments on commit ebebbd5

Please sign in to comment.