kitsuyui
2017-10-19 14:06:12 +09:00
committed by Crawl
parent fa3eee8fd9
commit 6b249ba454

View File

@@ -78,7 +78,6 @@ class AudioPlayer extends EventEmitter {
} }
this.currentStream = {}; this.currentStream = {};
this.streamingData.pausedTime = 0; this.streamingData.pausedTime = 0;
this.streamingData.timestamp = 0;
} }
/** /**