We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd2c81 commit 5f25a6bCopy full SHA for 5f25a6b
1 file changed
src/Component/BlazorComponent.Web/src/proxies/xgplayer/index.ts
@@ -44,7 +44,7 @@ class XgplayerProxy {
44
this.init(url, options);
45
}
46
47
- invokeVoid(prop: string, args: any[]) {
+ invokeVoid(prop: string, ...args: any[]) {
48
if (this.player[prop] && typeof this.player[prop] === "function") {
49
this.player[prop](...args);
50
0 commit comments