File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/jagrosh/jmusicbot/audio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919import com .github .topi314 .lavasrc .mirror .DefaultMirroringAudioTrackResolver ;
2020import com .github .topi314 .lavasrc .spotify .SpotifySourceManager ;
2121import com .github .topi314 .lavasrc .yandexmusic .YandexMusicSourceManager ;
22- import com .github .topi314 .lavasrc .ytdlp .YTDLPSourceManager ;
22+ import com .github .topi314 .lavasrc .ytdlp .YtdlpAudioSourceManager ;
2323import com .jagrosh .jmusicbot .Bot ;
2424import com .sedmelluq .discord .lavaplayer .player .AudioPlayer ;
2525import com .sedmelluq .discord .lavaplayer .player .AudioPlayerManager ;
@@ -89,7 +89,7 @@ public void init() {
8989 registerSourceManager (new BeamAudioSourceManager ());
9090 registerSourceManager (new GetyarnAudioSourceManager ());
9191 registerSourceManager (new NicoAudioSourceManager ());
92- registerSourceManager (new YTDLPSourceManager ());
92+ registerSourceManager (new YtdlpAudioSourceManager ());
9393
9494 AudioSourceManagers .registerLocalSource (this );
9595
You can’t perform that action at this time.
0 commit comments