Removed useless init

This commit is contained in:
emeric
2025-02-23 09:32:44 +01:00
parent ddb679d86c
commit 87dc864db1
-2
View File
@@ -41,8 +41,6 @@ class LMSMediaPlayer {
this.#offset = 0; this.#offset = 0;
this.#trackId = null; this.#trackId = null;
this.#duration = 0; this.#duration = 0;
this.#audioNativeSrc;
this.#audioTranscodingSrc;
this.#settings = {}; this.#settings = {};
this.#playedDuration = 0; this.#playedDuration = 0;
this.#lastStartPlaying = null; this.#lastStartPlaying = null;