From 0986dcc7a64301b2376ec256fb3102e4df9463bd Mon Sep 17 00:00:00 2001 From: Nibor <156368035+infnibor@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:08:18 +0200 Subject: [PATCH] Update example.application.yml - Update version for youtube-source plugin - Fix typo Signed-off-by: Nibor <156368035+infnibor@users.noreply.github.com> --- Lavalink/example.application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lavalink/example.application.yml b/Lavalink/example.application.yml index 9a21091e6..52935e24a 100644 --- a/Lavalink/example.application.yml +++ b/Lavalink/example.application.yml @@ -45,7 +45,7 @@ plugins: countryCode: "US" # the country code you want to use for filtering the artists top tracks. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 playlistLoadLimit: 6 # The number of pages at 100 tracks each albumLoadLimit: 6 # The number of pages at 50 tracks each - localFiles: false # Enable local files support with Spotify playlists. Please note `uri` & `iscr` will be `null` & `identifier` will be `"local"` + localFiles: false # Enable local files support with Spotify playlists. Please note `uri` & `isrc` will be `null` & `identifier` will be `"local"` applemusic: countryCode: "US" # the country code you want to use for filtering the artists top tracks and language. See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 mediaAPIToken: "your apple music api token" # apple music api token @@ -101,7 +101,7 @@ lavalink: snapshot: false # set to true if you want to use snapshot builds. - dependency: "com.github.topi314.sponsorblock:sponsorblock-plugin:3.0.1" snapshot: false # set to true if you want to use snapshot builds. - - dependency: "dev.lavalink.youtube:youtube-plugin:1.5.2" + - dependency: "dev.lavalink.youtube:youtube-plugin:1.6.0" snapshot: false # set to true if you want to use snapshot builds. pluginsDir: './plugins' server: