This commit is contained in:
reality 2015-07-20 15:21:56 +00:00
parent 8cd0b07c76
commit deae0ae352

View File

@ -44,7 +44,7 @@ var radio = function(dbot) {
'song': this.title,
'url': this.data['icy-url']
}));
recentUpdate = true;
this.recentUpdate = true;
}
}, this);
}