Fix Travis by removing stuff for fun 👌👌

This commit is contained in:
Amish Shah
2017-10-26 13:42:21 +01:00
parent 53ca34cbde
commit 8913096f73
3 changed files with 0 additions and 8 deletions

View File

@@ -80,10 +80,6 @@ class AudioPlayer extends EventEmitter {
return dispatcher;
}
playBroadcast(broadcast, options) {
}
createDispatcher({ seek = 0, volume = 1, passes = 1 } = {}) {
this.destroyDispatcher();
const options = { seek, volume, passes };