Skip to content

Commit

Permalink
Update lavaplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Sep 24, 2020
1 parent a3cd747 commit 3dedc25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

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

## v3.3.1.1
* Updated Lavaplayer to `1.3.50`. This notably fixes YouTube search.
Expand Down
3 changes: 2 additions & 1 deletion LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ bootRun {

dependencies {
compile group: 'space.npstr.Magma', name: 'magma', version: magmaVersion
compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
//compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
compile group: 'com.github.devoxin', name: 'lavaplayer', version: '1.3.52'
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion
compile group: 'com.sedmelluq', name: 'jda-nas', version: jdaNasVersion
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion
Expand Down

0 comments on commit 3dedc25

Please sign in to comment.