Update music player to use init_msg

This commit is contained in:
mars 2022-12-06 16:59:19 -07:00
parent 780f13a015
commit c06cd2d999
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ fn main() {
id: 0,
protocol,
script,
init_msg: vec![],
};
let msg = MagpieServerMsg::CreatePanel(msg);