Skip to content

Commit

Permalink
Update siriusxm connector
Browse files Browse the repository at this point in the history
Closes #1648.
  • Loading branch information
alexesprit committed May 12, 2019
1 parent dd8ed37 commit 8b0d426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/connectors/siriusxm-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ Connector.isPlaying = () => {
};

Connector.trackArtSelector = '.album-image-cell img';

Connector.isScrobblingAllowed = () => {
const artist = Connector.getArtist().toLowerCase();
return !artist.includes('siriusxmu');
};

0 comments on commit 8b0d426

Please sign in to comment.