ready4testing
This commit is contained in:
parent
d2f15e69cf
commit
101315a1b5
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user