documentation
This commit is contained in:
parent
63eb26dc7b
commit
3c93695fc0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class Queue<T = unknown> {
|
|||
|
||||
/**
|
||||
* Sets bitrate
|
||||
* @param {number|"auto"} bitrate bitrate to set
|
||||
* @param {number|auto} bitrate bitrate to set
|
||||
* @returns {void}
|
||||
*/
|
||||
setBitrate(bitrate: number | "auto") {
|
||||
|
|
Loading…
Reference in a new issue