Skip to content

Commit

Permalink
Use lavaplayer fork
Browse files Browse the repository at this point in the history
  • Loading branch information
davidffa committed Aug 16, 2021
1 parent 846ef59 commit df046f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
implementation "io.netty:netty-transport-native-epoll:$nettyEpollVersion:linux-x86_64"

// Audio Player
implementation group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
implementation group: 'com.github.Walkyst', name: 'lavaplayer-fork', version: lavaplayerVersion
implementation(group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion) {
exclude group: "com.sedmelluq", module: "lavaplayer"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AudioPlayerConfiguration {

if (sources.soundcloud) {
val dataReader = DefaultSoundCloudDataReader()
val htmlDataLoader = DefaultSoundCloudHtmlDataLoader()
val htmlDataLoader = DefaultSoundCloudDataLoader()
val formatHandler = DefaultSoundCloudFormatHandler()

audioPlayerManager.registerSourceManager(
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subprojects {

ext {
//@formatter:off
lavaplayerVersion = '1.3.78'
lavaplayerVersion = '5eee2e9' // https://github.com/walkyst/lavaplayer-fork/
lavaplayerIpRotatorVersion = '0.2.3'
jdaNasVersion = '1.1.0'
koeVersion = '1864a8b803'
Expand Down

0 comments on commit df046f4

Please sign in to comment.