Skip to content

Commit

Permalink
Fix 8tracks connector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jun 7, 2019
1 parent 72afb7d commit c7cb652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/8tracks.js
Expand Up @@ -14,7 +14,7 @@ function isYoutubePlayer() {
}

function setupYoutubePlayer() {
Connector.playerSelector = '#main';
Connector.playerSelector = '#youtube_player';

Connector.isPlaying = () => $('#mix_youtube').hasClass('playing');

Expand Down

0 comments on commit c7cb652

Please sign in to comment.