Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
upgrade lavaplayer.
Browse files Browse the repository at this point in the history
  • Loading branch information
LolWastedJS committed Nov 7, 2020
1 parent 1c166ec commit 2f721ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {

// Audio Player
compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
// compile group: 'com.github.Devoxin', name: 'lavaplayer', version: "1.3.60"
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion

// Filters
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@

If you have any issues about lavalink itself (e.g. websocket doesn't work or something) please join the [JDA Guild](https://discord.gg/jtAWrzU) [#lavalink](https://canary.discordapp.com/channels/125227483518861312/418817098278764544)
But if you have issues with the filters please join [my server](https://discord.gg/JrHfSmb)

## License

Copyright (c) 2017 Frederik Ar. Mikkelsen
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects {

ext {
//@formatter:off
lavaplayerVersion = '1.3.53'
lavaplayerVersion = '1.3.58'
lavaplayerIpRotatorVersion = '0.2.3'
jdaNasVersion = '1.1.0'
jappVersion = '1.3.2-MINN'
Expand Down

0 comments on commit 2f721ca

Please sign in to comment.