🐛 Fix Queue#filters type
This commit is contained in:
parent
f3b8342603
commit
bb527cc2e1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Queue extends EventEmitter {
|
||||||
this.repeatMode = false
|
this.repeatMode = false
|
||||||
/**
|
/**
|
||||||
* Filters status
|
* Filters status
|
||||||
* @type {Object}
|
* @type {Filters}
|
||||||
*/
|
*/
|
||||||
this.filters = {}
|
this.filters = {}
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue