add metadata support
This commit is contained in:
parent
6e0bfa99be
commit
c2a0bf2f45
3 changed files with 35 additions and 1 deletions
|
@ -178,6 +178,10 @@ export default class ChromecastPlugin {
|
|||
client.stepInterval = status.volume.stepInterval;
|
||||
}
|
||||
})
|
||||
|
||||
// send websocket ip
|
||||
|
||||
player.sendIp("ws://"+this.getIp()+":26369");
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue