User hint regarding favourite streams. Fixes #171

This commit is contained in:
Nick Steel 2016-05-05 23:14:13 +01:00
parent c8925ea342
commit 27e5088d4b

View File

@ -582,6 +582,8 @@
child += '<h1>' + favourites.tracks[i].name + '</h1></a></li>'
tmp += child
}
} else {
tmp = '<span style="display:table; margin:0 auto;">Your saved favourite streams/tracks will be shown here</span>'
}
$('#streamuristable').html(tmp)
})