mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
docs: fix typo in getPlaybackRate() : Promise<number> documentation
This commit is contained in:
committed by
Chocobozzz
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.
|
||||
|
||||
### `getPlaybackRates() : Promise<number>`
|
||||
### `getPlaybackRate() : Promise<number>`
|
||||
|
||||
Get the current playback rate. See `getPlaybackRates()` for more information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user