Skip to content

Commit

Permalink
Add back setPlaylistPageCount call for the youtube audio source manager
Browse files Browse the repository at this point in the history
  • Loading branch information
MichailiK committed Apr 22, 2024
1 parent b42094a commit 55e4bcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void init()
AudioSourceManagers.registerRemoteSources(this);
AudioSourceManagers.registerLocalSource(this);
DuncteBotSources.registerAll(this, "en-US");
source(YoutubeAudioSourceManager.class).setPlaylistPageCount(10);
}

public Bot getBot()
Expand Down

0 comments on commit 55e4bcc

Please sign in to comment.