Skip to content

Commit c78c6a1

Browse files
committed
Fix spotify lyrics
1 parent 2138ad7 commit c78c6a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

src/main/java/com/jagrosh/jmusicbot/audio/PlayerManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package com.jagrosh.jmusicbot.audio;
1717

1818
import com.github.topi314.lavalyrics.LyricsManager;
19-
import com.github.topi314.lavasrc.deezer.DeezerAudioSourceManager;
2019
import com.github.topi314.lavasrc.mirror.DefaultMirroringAudioTrackResolver;
2120
import com.github.topi314.lavasrc.spotify.SpotifySourceManager;
2221
import 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());

0 commit comments

Comments
 (0)