1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

@ -87,7 +87,7 @@
html += cardBuilder.getCardsHtml({
items: group.items,
shape: getBackdropShape(),
showTitle: true,
showParentTitleOrTitle: true,
showAirTime: true,
showAirEndTime: true,
showChannelName: true,

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