LGTM alerts review

This commit is contained in:
emeric
2020-11-03 11:26:44 +01:00
parent 30b6dc59ec
commit 9a1e730831
9 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ LMS.mediaplayer = function () {
_elems.volumeslider = document.getElementById("lms-mp-volume-slider");
_elems.transcodingActive = document.getElementById("lms-transcoding-active");
$(_elems.transcodingActive).tooltip()
$(_elems.transcodingActive).tooltip();
var source = _audioCtx.createMediaElementSource(_elems.audio);
source.connect(_gainNode);