monitor: playlist update and fetch to/from file only if changed; fix bug logs filter in on_air
This commit is contained in:
@ -344,7 +344,7 @@ Player.prototype = {
|
||||
var data = JSON.parse(req.responseText)
|
||||
if(data.type == 'track')
|
||||
data = {
|
||||
title: '♫' + (data.artist ? data.artist + ' — ' : '') +
|
||||
title: '♫ ' + (data.artist ? data.artist + ' — ' : '') +
|
||||
data.title,
|
||||
url: ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user