mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +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');
|
||||
}
|
||||
this.currentStream = {};
|
||||
this.streamingData.pausedTime = 0;
|
||||
this.streamingData.timestamp = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user