mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 09:56:36 +00:00
remove unneeded params
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user