remove dead code

This commit is contained in:
KGT1 2020-09-29 13:40:46 +02:00
parent 1acc765f92
commit a218a71ac2

View File

@ -13,7 +13,6 @@ const {
var currentPlayingPlaylist;
var currentPlayingPlaylistIndex;
var progressInterval;
var isPaused;
var isRepeat;
var _disconnectOnFinish;
@ -121,7 +120,6 @@ function stop (disconnectVoiceConnection, itemId = getItemId()) {
getAudioDispatcher().destroy();
}
setAudioDispatcher(undefined);
clearInterval(progressInterval);
}
function pause () {