* Update AudioPlayer.js

* Set timestamp to 0 as well.
This commit is contained in:
Yoson Chiu
2017-08-04 03:18:37 -04:00
committed by Crawl
parent abfda7c3cc
commit ba1c257bb2

View File

@@ -77,6 +77,8 @@ class AudioPlayer extends EventEmitter {
dispatcher.destroy('end');
}
this.currentStream = {};
this.streamingData.pausedTime = 0;
this.streamingData.timestamp = 0;
}
/**