updated tv guide
This commit is contained in:
parent
08b1008f6a
commit
231ed3c315
6 changed files with 41 additions and 11 deletions
|
@ -99,11 +99,11 @@
|
|||
if (query.GroupId) {
|
||||
|
||||
ApiClient.getLiveTvRecordingGroup(query.GroupId).done(function (group) {
|
||||
$('.listName', page).show().html(group.Name);
|
||||
$('.listName', page).html(group.Name);
|
||||
});
|
||||
|
||||
} else {
|
||||
$('.listName', page).hide();
|
||||
$('.listName', page).html('All Recordings');
|
||||
}
|
||||
|
||||
}).on('pageshow', "#liveTvRecordingListPage", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue