Skip to content

Commit 39b243f

Browse files
authored
Merge pull request #356 from Fabricio20/master
Update lavaplayer
2 parents 3dedc25 + bac5411 commit 39b243f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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.3
7+
* Update lavaplayer to `1.3.53` from devoxin's fork.
8+
69
## v3.3.1.2
710
* Update lavaplayer to [@Devoxin](https://github.com/Devoxin)'s' fork
811

LavalinkServer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ bootRun {
3636
dependencies {
3737
compile group: 'space.npstr.Magma', name: 'magma', version: magmaVersion
3838
//compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
39-
compile group: 'com.github.devoxin', name: 'lavaplayer', version: '1.3.52'
39+
compile group: 'com.github.devoxin', name: 'lavaplayer', version: 'a63c541dc5'
4040
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion
4141
compile group: 'com.sedmelluq', name: 'jda-nas', version: jdaNasVersion
4242
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion

0 commit comments

Comments
 (0)