File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33Each release usually includes various fixes and improvements.
44The 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.
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ bootRun {
3535
3636dependencies {
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
You can’t perform that action at this time.
0 commit comments