diff --git a/LavalinkServer/application.yml.example b/LavalinkServer/application.yml.example index af1ca04aa..df311c3cb 100644 --- a/LavalinkServer/application.yml.example +++ b/LavalinkServer/application.yml.example @@ -12,7 +12,8 @@ lavalink: server: password: "youshallnotpass" sources: - youtube: true + # The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead. + youtube: false bandcamp: true soundcloud: true twitch: true diff --git a/settings.gradle.kts b/settings.gradle.kts index ee9b73200..f6ac1ff7a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -44,8 +44,8 @@ fun VersionCatalogBuilder.voice() { library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer") library("lavadsp", "dev.arbjerg", "lavadsp").version("0.7.8") - library("koe", "moe.kyokobot.koe", "core").version("2.0.1") - library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1") + library("koe", "moe.kyokobot.koe", "core").version("2.0.2") + library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.2") version("udpqueue", "0.2.7") val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "linux-musl-x86-64", "linux-musl-aarch64", "win-x86-64", "win-x86", "darwin")