Skip to content

Commit

Permalink
added case playbackmode to property change switch
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jettka committed Jan 28, 2025
1 parent a7dafec commit 089488e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions edirom-audio-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,11 @@ class EdiromAudioPlayer extends HTMLElement {
}
}

// handle playbackmode setting
case 'playbackmode':

break;

// handle height setting
case 'height':
playerDiv.style.height = newPropertyValue;
Expand Down

0 comments on commit 089488e

Please sign in to comment.