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:
parent
faeb1c6d22
commit
711b0541fa
50 changed files with 285 additions and 213 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue