Skip to content

Commit

Permalink
Fix youtube playback
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Apr 4, 2021
1 parent 9294f4e commit 102195c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bootRun {
dependencies {
// compile group: 'com.dunctebot', name: 'sourcemanagers', version: duncteSourceManagersVersion
// jitpack version
compile group: 'com.github.DuncteBot', name: 'skybot-source-managers', version: '934b458'
compile group: 'com.github.DuncteBot', name: 'skybot-source-managers', version: '3cc9772'

compile (group: 'moe.kyokobot.koe', name: 'core', version: koeVersion) {
// This version of SLF4J does not recognise Logback 1.2.3
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ allprojects {
mavenCentral() // main maven repo
jcenter() // JDA and some other stuff
mavenLocal() // useful for developing
maven { url "https://jitpack.io" } // build projects directly from github
maven { url 'https://dl.bintray.com/sedmelluq/com.sedmelluq' }
maven { url 'https://m2.dv8tion.net/releases' }
maven { url 'https://duncte123.jfrog.io/artifactory/maven' }
maven { url "https://jitpack.io" } // build projects directly from github
}

group = 'lavalink'
Expand All @@ -55,7 +55,7 @@ subprojects {
ext {
//@formatter:off
duncteSourceManagersVersion = '1.5.3'
lavaplayerVersion = '1.3.74'
lavaplayerVersion = '1.3.75'
lavaplayerIpRotatorVersion = '0.2.3'
jdaNasVersion = '1.1.0'
jappVersion = '1.3.2-MINN'
Expand Down

0 comments on commit 102195c

Please sign in to comment.