I've just installed release 4.1, and experience problems with the "Playback" page.
A lot of the elements on the page i shown with 'style="opacity: 0.2;"', for example the cover art element.
Is there any settings I need to change?
/Erling
A lot of the elements on the page i shown with 'style="opacity: 0.2;"', for example the cover art element.
Code:
<div class="covers" style="opacity: 0.2;">
<div id="coverart-url" title="Google search"><img class="coverart" src="images/default-cover-v6.svg" data-adaptive-background="1" alt="Cover art not found"></div>
<div id="timeline">
<span id="m-countdown" href="#notarget"></span>
<input id="timetrack" type="range" min="0" max="100" value="0" step="1" ontouchend="sliderTime(this.value)" ontouchstart="stopTimer()">
<span id="m-total"></span>
</div>
<div id="extratags">Squeezelite session active</div>
<span id="currentartist"></span>
<span id="currentsong"></span>
<span id="currentalbum"></span>
</div>
Is there any settings I need to change?
/Erling