update live tv labels
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
html += cardBuilder.getCardsHtml({
|
||||
items: group.items,
|
||||
shape: getBackdropShape(),
|
||||
showTitle: true,
|
||||
showParentTitleOrTitle: true,
|
||||
showAirTime: true,
|
||||
showAirEndTime: true,
|
||||
showChannelName: true,
|
||||
|
||||
@@ -130,7 +130,9 @@
|
||||
|
||||
promise.then(function (result) {
|
||||
|
||||
renderRecordings(context.querySelector('#latestRecordings'), result.Items);
|
||||
renderRecordings(context.querySelector('#latestRecordings'), result.Items, {
|
||||
shape: (enableScrollX() ? 'overflowBackdrop' : 'backdrop')
|
||||
});
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user