You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ player.setLoopQueue(true)
200
200
Note: all of these setters have a corresponding getter, so if you want to now what the current value is, for example if you want to know what the current volume is set to:
201
201
202
202
```ts
203
-
player.getVolume(volume)
203
+
const volume =player.getVolume(volume)
204
204
```
205
205
206
206
now it is time to build your player UI, if you want a good example of such an UI check out the [simple player example](examples/simple-player)
0 commit comments