mirror of https://github.com/Chocobozzz/PeerTube
docs: fix typo in getPlaybackRate() : Promise<number> documentation
parent
b7e07bde8c
commit
67c1f1985f
|
@ -242,7 +242,7 @@ Otherwise, `resolutionId` should be the ID of an object returned by `getResoluti
|
||||||
|
|
||||||
Get the available playback rates, where `1` represents normal speed, `0.5` is half speed, `2` is double speed, etc.
|
Get the available playback rates, where `1` represents normal speed, `0.5` is half speed, `2` is double speed, etc.
|
||||||
|
|
||||||
### `getPlaybackRates() : Promise<number>`
|
### `getPlaybackRate() : Promise<number>`
|
||||||
|
|
||||||
Get the current playback rate. See `getPlaybackRates()` for more information.
|
Get the current playback rate. See `getPlaybackRates()` for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue