add metadata support

This commit is contained in:
vapormusic 2022-02-28 17:38:29 +07:00
parent 6e0bfa99be
commit c2a0bf2f45
3 changed files with 35 additions and 1 deletions

View file

@ -178,6 +178,10 @@ export default class ChromecastPlugin {
client.stepInterval = status.volume.stepInterval;
}
})
// send websocket ip
player.sendIp("ws://"+this.getIp()+":26369");
});
}