return this
This commit is contained in:
parent
7e9a59981f
commit
f7779be50a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export class Player extends EventEmitter {
|
|||
|
||||
this.Extractors.set(extractorName, new ExtractorModel(extractorName, extractor));
|
||||
|
||||
return Player;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue