Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Ehhh right
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jan 6, 2020
1 parent 5497e1e commit 6475b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static void registerCustom(AudioPlayerManager playerManager, String speec
youtubeSource.setPlaylistPageCount(playlistPageCount);
youtubeSource.getMainHttpConfiguration()
.setHttpContextFilter(
new YoutubeContextFilterOverride(updateYoutubeData, youtubeSource.getHttpInterface())
YoutubeContextFilterOverride.getOrCreate(updateYoutubeData, youtubeSource.getHttpInterface())
);

playerManager.registerSourceManager(new ClypitAudioSourceManager());
Expand Down

0 comments on commit 6475b07

Please sign in to comment.