Skip to content

Commit

Permalink
Update to 1.7.6 and fix soundcloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gabriel committed Jul 24, 2018
1 parent 7676fa2 commit 1bd6bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Streamkeys v1.7.5 [![Build Status](https://travis-ci.org/berrberr/streamkeys.svg?branch=master)](https://travis-ci.org/berrberr/streamkeys)
# Streamkeys v1.7.6 [![Build Status](https://travis-ci.org/berrberr/streamkeys.svg?branch=master)](https://travis-ci.org/berrberr/streamkeys)

Chrome extension to send "global" (ie. across the browser) hotkeys to various online media players.

Expand Down
4 changes: 2 additions & 2 deletions code/js/controllers/SoundcloudController.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
like: ".playbackSoundBadge__like",

playState: ".playControl.playing",
song: ".playbackSoundBadge__title > span:nth-of-type(2)",
artist: ".m-playing .soundTitle__username",
song: ".playbackSoundBadge__titleContextContainer > a",
artist: ".playbackSoundBadge__titleContextContainer > .playbackSoundBadge__title > a > span:nth-of-type(2)",

hidePlayer: true
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Streamkeys",
"version": "1.7.5",
"version": "1.7.6",
"description": "Global hotkeys for online music players including support for media keys.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1bd6bb7

Please sign in to comment.