Skip to content

Commit

Permalink
Update lavalink settings and koe (#1070)
Browse files Browse the repository at this point in the history
* Update application.yml.example

* Update koe to 2.0.2

* Update LavalinkServer/application.yml.example

---------

Co-authored-by: Toπ <[email protected]>
  • Loading branch information
hwangsihu and topi314 authored Aug 16, 2024
1 parent 288647c commit c81de55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LavalinkServer/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c81de55

Please sign in to comment.