diff --git a/extension/keysocket-siriusxm.js b/extension/keysocket-siriusxm.js index 7a82d3a..57c64bc 100644 --- a/extension/keysocket-siriusxm.js +++ b/extension/keysocket-siriusxm.js @@ -1,9 +1,8 @@ keySocket.init( - "siriusxm", - { - "play-pause": ".scrub-controls .play", - "prev": ".scrub-controls .prev", - "next": ".scrub-controls .next" + "siriusxm", { + "play-pause": ".play-pause-btn", + "prev": ".skip-back-btn", + "next": ".skip-forward-btn" // stop is omitted } -); \ No newline at end of file +);