Skip to content

Commit

Permalink
fix: remove accidental commit of debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Jan 30, 2024
1 parent 22db5fe commit d43f3a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export class Player extends LitElement {
const fallbackImage =
this.config.fallbackArtwork ??
(this.activePlayer.attributes.media_title === 'TV' ? TV_BASE64_IMAGE : MUSIC_NOTES_BASE64_IMAGE);
console.log(fallbackImage);
const fallbackBackgroundUrl = `url(${fallbackImage})`;
const image = this.getArtworkImage();
if (image) {
Expand Down

0 comments on commit d43f3a0

Please sign in to comment.