@enplug/sdk-player
Advanced tools
Comparing version 0.11.6-dev2 to 0.11.6-dev3
{ | ||
"name": "@enplug/sdk-player", | ||
"version": "0.11.6-dev2", | ||
"version": "0.11.6-dev3", | ||
"description": "Enplug Player SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -50,3 +50,3 @@ /** | ||
getNextForPlayList<T>(index: number): Promise<T> { | ||
return this.bridge.send(Service.Assets, Action.GetNextForPlayList); | ||
return this.bridge.send(Service.Assets, Action.GetNextForPlayList, index); | ||
} | ||
@@ -53,0 +53,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
220950
3212