Set only two possible cover sizes, fixed some minor bugs

This commit is contained in:
emeric
2020-05-17 13:43:38 +02:00
parent da059e7bfc
commit 6df6779fd2
13 changed files with 30 additions and 25 deletions
+2 -2
View File
@@ -203,10 +203,10 @@ LMS.mediaplayer = function () {
_elems.audio.addEventListener("canplay", function() {
if (_getAudioMode() == Mode.Transcode) {
_elems.transcodingActive.style.display = "inline-block";
_elems.transcodingActive.style.visibility = "visible";
}
else {
_elems.transcodingActive.style.display = "none";
_elems.transcodingActive.style.visibility = "hidden";
}
});