update live tv labels
This commit is contained in:
parent
b869606fdc
commit
138611efb5
5 changed files with 25 additions and 11 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue