aqualink 2.11.3 → 2.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -325,7 +325,7 @@ class Player extends EventEmitter {
|
|
|
325
325
|
return this
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
destroy({ preserveClient =
|
|
328
|
+
destroy({ preserveClient = true, skipRemote = false } = {}) {
|
|
329
329
|
if (this.destroyed) return this
|
|
330
330
|
|
|
331
331
|
this.destroyed = true
|