mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
docs: fix typo in getPlaybackRate() : Promise<number> documentation
This commit is contained in:
parent
b7e07bde8c
commit
67c1f1985f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue