mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
whoops
This commit is contained in:
parent
e4997cd915
commit
a38f8df657
@ -42,7 +42,7 @@ var radio = function(dbot) {
|
||||
}.bind(this));
|
||||
|
||||
stream.on('end', function() {
|
||||
this.stream.close();
|
||||
this.stream.end();
|
||||
this.listening = false;
|
||||
}.bind(this));
|
||||
}.bind(this),
|
||||
@ -59,7 +59,7 @@ var radio = function(dbot) {
|
||||
this.internalAPI.getRadio();
|
||||
}.bind(this);
|
||||
this.onDestroy = function() {
|
||||
this.stream.close();
|
||||
this.stream.end();
|
||||
}.bind(this);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user