Merge pull request #199 from kingosticks/favourites-hint

User hint regarding favourite streams. Fixes #171
This commit is contained in:
John Cass 2016-05-07 16:25:41 +02:00
commit 4870f5f558

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)
})