update live tv labels

This commit is contained in:
Luke Pulverenti 2016-10-17 12:41:18 -04:00
parent b869606fdc
commit 138611efb5
5 changed files with 25 additions and 11 deletions

View file

@ -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();
});