From 75e81b2d5cb32b1a1fb2f306d9eaa275f44dff5f Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:06:22 +0200 Subject: [PATCH] Update example.application.yml Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- Lavalink/example.application.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Lavalink/example.application.yml b/Lavalink/example.application.yml index 00ac5ca0b..75b1dad59 100644 --- a/Lavalink/example.application.yml +++ b/Lavalink/example.application.yml @@ -4,6 +4,8 @@ server: # REST and WS server http2: enabled: false # Whether to enable HTTP/2 support plugins: + jiosaavn: + apiURL: "https://saavn.dev/api" # The API URL for JioSaavn dunctebot: ttsLanguage: 'en-US' # language of the TTS engine sources: @@ -80,11 +82,17 @@ plugins: # Clients are queried in the order they are given (so the first client is queried first and so on...) clients: - MUSIC - - ANDROID_TESTSUITE - WEB + - ANDROID_TESTSUITE + - ANDROID_MUSIC - TVHTML5EMBEDDED + - ANDROID_LITE + - MEDIA_CONNECT + - IOS lavalink: plugins: + - dependency: "com.github.appujet:jiosaavn-plugin:v0.1.5" + repository: "https://jitpack.io" - dependency: "com.dunctebot:skybot-lavalink-plugin:1.7.0" snapshot: false # set to true if you want to use snapshot builds. - dependency: "com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"