Skip to content

Commit c81de55

Browse files
hwangsihutopi314
andauthored
Update lavalink settings and koe (#1070)
* Update application.yml.example * Update koe to 2.0.2 * Update LavalinkServer/application.yml.example --------- Co-authored-by: Toπ <[email protected]>
1 parent 288647c commit c81de55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LavalinkServer/application.yml.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ lavalink:
1212
server:
1313
password: "youshallnotpass"
1414
sources:
15-
youtube: true
15+
# The default Youtube source is now deprecated and won't receive further updates. Please use https://github.com/lavalink-devs/youtube-source#plugin instead.
16+
youtube: false
1617
bandcamp: true
1718
soundcloud: true
1819
twitch: true

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ fun VersionCatalogBuilder.voice() {
4444
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
4545
library("lavadsp", "dev.arbjerg", "lavadsp").version("0.7.8")
4646

47-
library("koe", "moe.kyokobot.koe", "core").version("2.0.1")
48-
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1")
47+
library("koe", "moe.kyokobot.koe", "core").version("2.0.2")
48+
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.2")
4949

5050
version("udpqueue", "0.2.7")
5151
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")

0 commit comments

Comments
 (0)