From 87dc864db1847adffa708e20cdf50f42ab5c58c1 Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 23 Feb 2025 09:32:44 +0100 Subject: [PATCH] Removed useless init --- docroot/js/mediaplayer.js | 2 -- 1 file changed, 2 deletions(-) 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;