documentation
This commit is contained in:
parent
839ce6d88e
commit
08da3834ec
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class Player extends EventEmitter<PlayerEvents> {
|
|||
/**
|
||||
* @param {string} extractorName The extractor name
|
||||
* @param {ExtractorModel|any} extractor The extractor object
|
||||
* @param {boolean} [force=false]
|
||||
* @param {boolean} [force=false] Overwrite existing extractor with this name (if available)
|
||||
* @returns {ExtractorModel}
|
||||
*/
|
||||
use(extractorName: string, extractor: ExtractorModel | any, force = false): ExtractorModel {
|
||||
|
|
Loading…
Reference in a new issue