remove unneeded params

This commit is contained in:
Slowlife01
2025-03-16 21:13:01 +07:00
parent 0af85f8c03
commit 2530740066

View File

@@ -471,7 +471,7 @@ class ZenMediaController {
onControllerClose() { onControllerClose() {
this._currentMediaController?.pause(); this._currentMediaController?.pause();
this.switchController(true); this.switchController(true);
this.deinitMediaController(this._currentMediaController, true, true, true); this.deinitMediaController(this._currentMediaController);
} }
onMediaPip() { onMediaPip() {