Skip to content

Commit

Permalink
Verify current song when you start song stream
Browse files Browse the repository at this point in the history
  • Loading branch information
KabanFriends committed Jul 22, 2024
1 parent 4b0f4bf commit c787719
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public void start() {

private void handlePlayback() {
try {
craftGR.getThreadExecutor().submit(() -> craftGR.getSongProvider().verifyCurrentSong());

MessageUtil.sendConnectingMessage();
connect();

Expand Down

0 comments on commit c787719

Please sign in to comment.