From 8cd0b07c7676e75dcc50e18fab1bf770e672ed65 Mon Sep 17 00:00:00 2001 From: reality Date: Mon, 20 Jul 2015 15:19:57 +0000 Subject: [PATCH] ? --- modules/radio/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radio/radio.js b/modules/radio/radio.js index 75cdff2..aa92ad5 100644 --- a/modules/radio/radio.js +++ b/modules/radio/radio.js @@ -38,7 +38,7 @@ var radio = function(dbot) { this.title = icecast.parseMetadata(metadata).StreamTitle; if(!_.isUndefined(this.title) && this.data['icy-name']) { // sowwy jesus _.each(this.config.announce, function(a) { - if(!this.recentUpdate) { + if(this.recentUpdate == false) { dbot.say(a.server, a.name, dbot.t('now_playing', { 'name': this.data['icy-name'], 'song': this.title,