User hint regarding favourite streams. Fixes #171
This commit is contained in:
parent
c8925ea342
commit
27e5088d4b
@ -582,6 +582,8 @@
|
|||||||
child += '<h1>' + favourites.tracks[i].name + '</h1></a></li>'
|
child += '<h1>' + favourites.tracks[i].name + '</h1></a></li>'
|
||||||
tmp += child
|
tmp += child
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
tmp = '<span style="display:table; margin:0 auto;">Your saved favourite streams/tracks will be shown here</span>'
|
||||||
}
|
}
|
||||||
$('#streamuristable').html(tmp)
|
$('#streamuristable').html(tmp)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user