diff --git a/docroot/js/mediaplayer.js b/docroot/js/mediaplayer.js index 9f0905e5..bc594855 100644 --- a/docroot/js/mediaplayer.js +++ b/docroot/js/mediaplayer.js @@ -41,8 +41,6 @@ class LMSMediaPlayer { this.#offset = 0; this.#trackId = null; this.#duration = 0; - this.#audioNativeSrc; - this.#audioTranscodingSrc; this.#settings = {}; this.#playedDuration = 0; this.#lastStartPlaying = null;