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

update series recording editor

This commit is contained in:
Luke Pulverenti 2016-09-30 14:43:59 -04:00
parent faeb1c6d22
commit 711b0541fa
50 changed files with 285 additions and 213 deletions

View file

@ -4,8 +4,8 @@
return browserInfo.mobile && AppInfo.enableAppLayouts;
}
function getSquareShape() {
return enableScrollX() ? 'overflowSquare' : 'square';
function getBackdropShape() {
return enableScrollX() ? 'overflowBackdrop' : 'backdrop';
}
function getTimersHtml(timers, options) {
@ -83,14 +83,17 @@
html += cardBuilder.getCardsHtml({
items: group.items,
shape: getSquareShape(),
shape: getBackdropShape(),
showTitle: true,
showAirTime: true,
showAirEndTime: true,
showChannelName: true,
lazy: true,
cardLayout: true,
action: 'edit',
cardFooterAside: 'none'
cardFooterAside: 'none',
preferThumb: true,
coverImage: true
});
html += '</div>';