ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 16:43:09 +01:00
parent d2f15e69cf
commit 101315a1b5

View File

@ -61,12 +61,12 @@ exports.play = function(idx) {
try {
fs.unlinkSync(m3u);
} catch(e) {
Log.error(e);
Log.error('Radio: Error deleting "' + m3u + '".' + e);
}
try {
wget.download(channel.stream, m3u);
} catch(e) {
Log.error(e);
Log.error('Radio: Error downloading "' + channel.stream + '".' + e);
}
if(Helper.isDefinedAndNotNull(Child)) {