Skip to content

Commit 3dedc25

Browse files
committed
Update lavaplayer
1 parent a3cd747 commit 3dedc25

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Each release usually includes various fixes and improvements.
44
The most noteworthy of these, as well as any features and breaking changes, are listed here.
55

6+
## v3.3.1.2
7+
* Update lavaplayer to [@Devoxin](https://github.com/Devoxin)'s' fork
68

79
## v3.3.1.1
810
* Updated Lavaplayer to `1.3.50`. This notably fixes YouTube search.

LavalinkServer/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ bootRun {
3535

3636
dependencies {
3737
compile group: 'space.npstr.Magma', name: 'magma', version: magmaVersion
38-
compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
38+
//compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
39+
compile group: 'com.github.devoxin', name: 'lavaplayer', version: '1.3.52'
3940
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion
4041
compile group: 'com.sedmelluq', name: 'jda-nas', version: jdaNasVersion
4142
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion

0 commit comments

Comments
 (0)