forked from GitHub/dbot
try abort
This commit is contained in:
parent
a38f8df657
commit
2c1acab761
@ -59,7 +59,7 @@ var radio = function(dbot) {
|
||||
this.internalAPI.getRadio();
|
||||
}.bind(this);
|
||||
this.onDestroy = function() {
|
||||
this.stream.end();
|
||||
this.stream.abort();
|
||||
}.bind(this);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user