diff --git a/README.md b/README.md index 1831eb4..c88b2cf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ lavalink: # plugins would go here, but they are auto-loaded when developing # plugins: # - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" -# repository: "https://jitpack.io" +# repository: "https://maven.appujet.site/releases" server: password: "youshallnotpass" sources: @@ -62,7 +62,7 @@ lavalink: plugins: jiosaavn: - apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL + apiURL: "https://jiosaavn-plugin-api.vercel.app/api" # JioSaavn API URL (The default link may not work or may be out of date. Deploy your own API on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-plugin-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) recommendationsTrackLimit: 10 # The maximum number of track to return from recommendations (default 10 tracks) diff --git a/application.example.yml b/application.example.yml index 17c7738..16ac88c 100644 --- a/application.example.yml +++ b/application.example.yml @@ -1,8 +1,8 @@ plugins: jiosaavn: - apiURL: "your_api_url" # JioSaavn API URL + apiURL: "your_api_url" # JioSaavn API URL (Deploy your own API on Vercel: https://vercel.com/new/clone?repository-url=https://github.com/appujet/jiosaavn-plugin-api) playlistTrackLimit: 50 # The maximum number of tracks to return from given playlist (default 50 tracks) - recommendationsTrackLimit: 10 + recommendationsTrackLimit: 10 # The maximum number of tracks to return from recommendations (default 10 tracks) server: # REST and WS server port: 2333 @@ -11,10 +11,8 @@ server: # REST and WS server enabled: false # Whether to enable HTTP/2 support lavalink: plugins: - # plugins would go here, but they are auto-loaded when developing - # plugins: - # - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" - # repository: "https://maven.appujet.site/releases" +# - dependency: "com.github.appujet:jiosaavn-plugin:VERSION" +# repository: "https://maven.appujet.site/releases" server: password: "youshallnotpass" sources: @@ -96,4 +94,4 @@ logging: logback: rollingpolicy: max-file-size: 1GB - max-history: 30 \ No newline at end of file + max-history: 30