diff --git a/docroot/js/mediaplayer.js b/docroot/js/mediaplayer.js
index 31ffa05d..cd4f7da9 100644
--- a/docroot/js/mediaplayer.js
+++ b/docroot/js/mediaplayer.js
@@ -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);
diff --git a/src/libs/cover/impl/stb/JPEGImage.hpp b/src/libs/cover/impl/stb/JPEGImage.hpp
index 2ef7aa76..3256cd10 100644
--- a/src/libs/cover/impl/stb/JPEGImage.hpp
+++ b/src/libs/cover/impl/stb/JPEGImage.hpp
@@ -17,6 +17,8 @@
* along with LMS. If not, see .
*/
+#pragma once
+
#include
#include "cover/IEncodedImage.hpp"
diff --git a/src/libs/database/include/database/Track.hpp b/src/libs/database/include/database/Track.hpp
index 4a8849ec..4bbb4b5e 100644
--- a/src/libs/database/include/database/Track.hpp
+++ b/src/libs/database/include/database/Track.hpp
@@ -93,8 +93,8 @@ class Track : public Wt::Dbo::Dbo