an image to player, first ideas to make a playback

This commit is contained in:
Blue 2018-12-02 18:07:43 +03:00 committed by Gitea
parent fd255bad0a
commit 2a4dce3616
10 changed files with 192 additions and 10 deletions

View file

@ -211,7 +211,7 @@
if (this._playerCtl) {
this._mainLayout.removePlayer();
this._playerCtl._onSocketDisconnected();
this._playerCtl.uneregister();
this._playerCtl.unregister();
this._playerCtl.destructor();
this._playerCtl = undefined;
}