Skip to content

Commit

Permalink
update player names
Browse files Browse the repository at this point in the history
  • Loading branch information
pendo324 committed Nov 10, 2019
1 parent 201c5ef commit 40ddfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/worker-es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const bandcamp = () => {
};

const youtubeMusic = () => {
const webPlayer = 'youtubeMusic';
const webPlayer = 'YouTube Music';
const title = document.querySelector(
'yt-formatted-string.title.style-scope.ytmusic-player-bar.complex-string'
).title;
Expand All @@ -219,7 +219,7 @@ const youtubeMusic = () => {
};

const tidal = () => {
const webPlayer = 'tidal';
const webPlayer = 'Tidal';
const title = document.querySelector("[data-test='footer-track-title']")
.innerText;
const artist = document.querySelector(
Expand Down

0 comments on commit 40ddfa4

Please sign in to comment.