🐛 Fix updateFilter param
This commit is contained in:
parent
5a4714772b
commit
c1dae09be6
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ class Player {
|
|||
* @ignore
|
||||
* @private
|
||||
* @param {Queue} queue The queue to play
|
||||
* @param {*} updateFilter Whether this method is called to update some ffmpeg filters
|
||||
* @param {Boolean} updateFilter Whether this method is called to update some ffmpeg filters
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
_playYTDLStream (queue, updateFilter) {
|
||||
|
|
Loading…
Reference in a new issue