|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Users/ServerPC/AppData/Roaming/Emby-Server/system/dashboard-ui/modules/viewmanager/ |
Upload File : |
define(["exports"],function(_exports){function BaseWidget(view,params){this.view=view,this.params=params}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,BaseWidget.prototype.onBeginResume=function(options){this.paused=!1},BaseWidget.prototype.onResume=function(options){this.paused=!1},BaseWidget.prototype.onPause=function(){this.paused=!0},BaseWidget.prototype.destroy=function(){this.paused=null,this.view=null,this.params=null};_exports.default=BaseWidget});