More refactoring

This commit is contained in:
2019-06-27 09:41:14 +02:00
parent 4cf5a90748
commit 1c2d92e0d2
7 changed files with 83 additions and 62 deletions

View File

@@ -29,9 +29,13 @@ class BrowserMod {
this.conn.sendMessage({
type: 'browser_mod/update',
deviceID: deviceID,
browser: {},
player: {
state: "idle",
data: {
browser: {
},
player: {
state: "idle",
},
},
});