try abort

This commit is contained in:
reality 2014-02-17 20:51:20 +00:00
parent a38f8df657
commit 2c1acab761

View File

@ -59,7 +59,7 @@ var radio = function(dbot) {
this.internalAPI.getRadio();
}.bind(this);
this.onDestroy = function() {
this.stream.end();
this.stream.abort();
}.bind(this);
};