Removed useless init
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user