Skip to content

Commit

Permalink
remove unnecessary exceptionally
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Nov 26, 2023
1 parent 4720192 commit 642c01d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,7 @@ class PlayerRestHandler(
}
})

trackFuture.exceptionally {
throw it
}.join()
trackFuture.join()
}

newTrack?.let {
Expand Down

0 comments on commit 642c01d

Please sign in to comment.