mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
remove dead code
This commit is contained in:
parent
1acc765f92
commit
a218a71ac2
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user