From 50df7b42c7872a0cc41524bd8d0e35ae5a9bf216 Mon Sep 17 00:00:00 2001 From: Nick Marnik Date: Mon, 23 Mar 2020 13:29:54 -0400 Subject: [PATCH] Fix SiriusXM support --- extension/keysocket-siriusxm.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 +);