Skip to content

Commit

Permalink
Deezer: change pause icon locator
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Devyatov committed Apr 18, 2018
1 parent fdd83d3 commit 1070634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common/websites-support/websites/deezer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const DeezerTrackListener = function() {};
DeezerTrackListener.prototype = new window.UNPCommon.WebsiteTrackListener();

DeezerTrackListener.prototype.isPlaying = function() {
return $('#player .control-play').length;
return $('#player .svg-icon-pause').length;
};

DeezerTrackListener.prototype.findSelector = function() {
Expand Down

0 comments on commit 1070634

Please sign in to comment.