diff --git a/code/js/controllers/DeezerController.js b/code/js/controllers/DeezerController.js index 31eeb968..edeaf693 100644 --- a/code/js/controllers/DeezerController.js +++ b/code/js/controllers/DeezerController.js @@ -5,13 +5,13 @@ var controller = new BaseController({ siteName: "Deezer", - playPrev: "div.player-controls > ul > li:nth-child(1) > div > button", + playPrev: "div.player-controls > ul > li:nth-child(1) > button", playPause: "div.player-controls > ul > li:nth-child(3) > button", - playNext: "div.player-controls > ul > li:nth-child(5) > div > button", + playNext: "div.player-controls > ul > li:nth-child(5) > button", playState: "svg.svg-icon-pause", dislike: "div.track-actions > ul > li:nth-child(3) > div > button", - mute: "div.player-options > ul > li:nth-child(1) > ul > li:nth-child(3) > div > button", + mute: "div.player-options > ul > li:nth-child(1) > ul > li:nth-child(3) > button", song: "a.track-link:nth-of-type(1)", artist: "a.track-link:nth-of-type(2)"