From 27f7f64fc0c1959c5e78b04524ae239644cb1c42 Mon Sep 17 00:00:00 2001 From: Azarath7 <158289825+Azarath7@users.noreply.github.com> Date: Mon, 12 May 2025 09:37:31 +0300 Subject: [PATCH] Update application.yml to use the latest youtube source version + added comments --- lavalink/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lavalink/application.yml b/lavalink/application.yml index 9c17b12..40196f1 100644 --- a/lavalink/application.yml +++ b/lavalink/application.yml @@ -100,9 +100,9 @@ plugins: recommendationsLoadLimit: 10 # Number of tracks lavalink: plugins: - - dependency: "dev.lavalink.youtube:youtube-plugin:1.12.0" + - dependency: "dev.lavalink.youtube:youtube-plugin:1.13.2" # Please check the latest version at https://github.com/lavalink-devs/youtube-source/releases snapshot: false - - dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.6.0" + - dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.6.0" # Please check the latest version at https://github.com/topi314/LavaSrc/releases snapshot: false # - dependency: "com.github.example:example-plugin:1.0.0" # required, the coordinates of your plugin # repository: "https://maven.example.com/releases" # optional, defaults to the Lavalink releases repository by default @@ -192,4 +192,4 @@ logging: logback: rollingpolicy: max-file-size: 1GB - max-history: 30 \ No newline at end of file + max-history: 30