Skip to content

Commit

Permalink
Merge pull request #245 from pioto/243-pocket-casts-beta-2
Browse files Browse the repository at this point in the history
Add support for the new beta of Pocket Casts
  • Loading branch information
feedbee committed Oct 15, 2017
2 parents ce57acc + a12de33 commit 6551473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions extension/keysocket-pocketcasts.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
keySocket.init(
"pocketcasts",
{
"play-pause": "div.play_pause_button",
"prev": "div.skip_back_button",
"next": "div.skip_forward_button"
"play-pause": "div.play_pause_button, div.animated-play-button",
"prev": "div.skip_back_button, div.skip-back-button",
"next": "div.skip_forward_button, div.skip-forward-button"
// stop is omitted
}
);
);
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"js": ["plugin-api.js", "keysocket-plex.js"]
},
{
"matches": ["*://play.pocketcasts.com/*"],
"matches": ["*://play.pocketcasts.com/*", "*://playbeta.pocketcasts.com/*"],
"js": ["plugin-api.js", "keysocket-pocketcasts.js"]
},
{
Expand Down

0 comments on commit 6551473

Please sign in to comment.