Skip to content

Commit

Permalink
fix(BaseExtractor): remove route planner accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Nov 1, 2024
1 parent d590022 commit 5d585a1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/discord-player/src/extractors/BaseExtractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@ export class BaseExtractor<T extends object = object> {
return this.context.player.debug(message);
}

/**
* IP rotator instance, if available
*/
public get routePlanner() {
return this.context.player.routePlanner;
}

/**
* A flag to indicate `Demuxable` stream support for `opus`/`ogg/opus`/`webm/opus` formats.
*/
Expand Down

0 comments on commit 5d585a1

Please sign in to comment.