We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'd be great if this add-on could support Libresonic. To get some more information, I followed the instructions in #126, and the play button gives
<div id="jwplayer_jwplayer_controlbar_playButton" style="height: 100%; position: relative; display: block; float: left; background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAANUlEQVR42u2RsQkAAAjD/NTTPaW6dXLrINJA1kBpGPMAjDWmOgp1HFQXx+b1KOefO4oxY57R73YnVYCQUCQAAAAASUVORK5CYII=") repeat-x scroll left center; width: 21px; cursor: pointer;"> </div>
back is
<img src="icons/default_light/back.png" alt="" onclick="onPrevious()" style="cursor:pointer">
and forward is
<img src="icons/default_light/forward.png" alt="" onclick="onNext(false)" style="cursor:pointer">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It'd be great if this add-on could support Libresonic. To get some more information, I followed the instructions in #126, and the play button gives
back is
and forward is
The text was updated successfully, but these errors were encountered: