mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
* Update AudioPlayer.js * Set timestamp to 0 as well.
This commit is contained in:
@@ -77,6 +77,8 @@ class AudioPlayer extends EventEmitter {
|
|||||||
dispatcher.destroy('end');
|
dispatcher.destroy('end');
|
||||||
}
|
}
|
||||||
this.currentStream = {};
|
this.currentStream = {};
|
||||||
|
this.streamingData.pausedTime = 0;
|
||||||
|
this.streamingData.timestamp = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user