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 currentPlayingPlaylist;
|
||||||
var currentPlayingPlaylistIndex;
|
var currentPlayingPlaylistIndex;
|
||||||
var progressInterval;
|
|
||||||
var isPaused;
|
var isPaused;
|
||||||
var isRepeat;
|
var isRepeat;
|
||||||
var _disconnectOnFinish;
|
var _disconnectOnFinish;
|
||||||
@ -121,7 +120,6 @@ function stop (disconnectVoiceConnection, itemId = getItemId()) {
|
|||||||
getAudioDispatcher().destroy();
|
getAudioDispatcher().destroy();
|
||||||
}
|
}
|
||||||
setAudioDispatcher(undefined);
|
setAudioDispatcher(undefined);
|
||||||
clearInterval(progressInterval);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function pause () {
|
function pause () {
|
||||||
|
Loading…
Reference in New Issue
Block a user