fixed newplayer func

This commit is contained in:
2025-03-25 14:55:03 -04:00
parent 85e64a7037
commit 53c6bce3dd
4 changed files with 6 additions and 10 deletions
+2 -2
View File
@@ -10,6 +10,6 @@ export function Init(arg1) {
return window['go']['player']['Player']['Init'](arg1);
}
export function Play() {
return window['go']['player']['Player']['Play']();
export function Play(arg1) {
return window['go']['player']['Player']['Play'](arg1);
}