Skip to content

Commit

Permalink
Merge pull request #180 from adevyatov/hotfix/deezer
Browse files Browse the repository at this point in the history
Fix Deezer
  • Loading branch information
senpos authored Apr 18, 2018
2 parents da8ebe0 + 1070634 commit a8096cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/nbproject/private/
nbproject/project.properties
nbproject/project.xml
.idea/
*.xpi
/install.rdf
/bootstrap.js
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-pause').length;
return $('#player .svg-icon-pause').length;
};

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

0 comments on commit a8096cc

Please sign in to comment.