mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 12:35:53 +00:00
* Update AudioPlayer.js * Set timestamp to 0 as well.
This commit is contained in:
parent
abfda7c3cc
commit
ba1c257bb2
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ class AudioPlayer extends EventEmitter {
|
|||
dispatcher.destroy('end');
|
||||
}
|
||||
this.currentStream = {};
|
||||
this.streamingData.pausedTime = 0;
|
||||
this.streamingData.timestamp = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue