File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/com/jagrosh/jmusicbot/audio Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ dependencies {
4141 api(" org.jsoup:jsoup:1.18.3" )
4242 api(" com.squareup.okhttp3:okhttp:4.12.0" )
4343 api(" com.google.code.gson:gson:2.11.0" )
44- api(" com.github.topi314.lavasrc:lavasrc:4.3 .0" )
45- api(" com.github.topi314.lavasrc:lavasrc-protocol:4.3 .0" )
44+ api(" com.github.topi314.lavasrc:lavasrc:4.6 .0" )
45+ api(" com.github.topi314.lavasrc:lavasrc-protocol:4.6 .0" )
4646 api(" com.github.topi314.lavalyrics:lavalyrics:1.0.0" )
4747 api(" org.json:json:20250107" )
4848 api(" org.slf4j:slf4j-nop:2.0.16" )
Original file line number Diff line number Diff line change 1616package com .jagrosh .jmusicbot .audio ;
1717
1818import com .github .topi314 .lavalyrics .LyricsManager ;
19- import com .github .topi314 .lavasrc .deezer .DeezerAudioSourceManager ;
2019import com .github .topi314 .lavasrc .mirror .DefaultMirroringAudioTrackResolver ;
2120import com .github .topi314 .lavasrc .spotify .SpotifySourceManager ;
2221import com .github .topi314 .lavasrc .yandexmusic .YandexMusicSourceManager ;
@@ -83,7 +82,6 @@ public void init() {
8382 registerSourceManager (new OdyseeAudioSourceManager ());
8483 registerSourceManager (SoundCloudAudioSourceManager .createDefault ());
8584 registerSourceManager (new YandexMusicSourceManager ("y0_AgAAAABEEHcTAAG8XgAAAAEKQo81AACsCV7u0e1EfoQw5NEaIUX--zquxQ" ));
86- registerSourceManager (new DeezerAudioSourceManager ("a25a28ccd212536fed8e6002f51787c569338909e3f9a2e364dd41b26d0bdd003282aa658570852c1114bf675592abbcc6d65dbbe6f3791137095d008f3600bfce269eccb6133bb2e1c240a2311603a78d7b0524ac61629a575489fcf0be67d8" ));
8785 registerSourceManager (new BandcampAudioSourceManager ());
8886 registerSourceManager (new VimeoAudioSourceManager ());
8987 registerSourceManager (new TwitchStreamAudioSourceManager ());
You can’t perform that action at this time.
0 commit comments