removed by default video registration

This commit is contained in:
WolverinDEV 2020-08-07 21:46:16 +02:00
parent 10340b723b
commit 5a5fc74ddd

View file

@ -212,9 +212,7 @@ export class W2GPluginCmdHandler extends PluginCmdHandler {
} }
handleHandlerRegistered() { handleHandlerRegistered() {
console.error("REGISTER!");
this.localStatusUpdateTimer = setInterval(() => this.notifyLocalStatus(), W2GPluginCmdHandler.kStatusUpdateInterval); this.localStatusUpdateTimer = setInterval(() => this.notifyLocalStatus(), W2GPluginCmdHandler.kStatusUpdateInterval);
this.setLocalWatcherStatus("https://www.youtube.com/watch?v=9683D18fyvs", { status: "paused" });
} }
handleHandlerUnregistered() { handleHandlerUnregistered() {