Skip to content

Commit

Permalink
Fix Jamstash compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
feedbee authored Nov 12, 2017
1 parent 0de5405 commit f544332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/keysocket-jamstash.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ keySocket.init(
}
keySocket.simulateClick(playPauseButton);
},
"prev": "PreviousTrack",
"next": "NextTrack"
"prev": "#PreviousTrack",
"next": "#NextTrack"
// stop is omitted
}
);
);

0 comments on commit f544332

Please sign in to comment.