mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add play buttons to latest items
This commit is contained in:
parent
05714ad3fb
commit
5b1b16eab9
1 changed files with 6 additions and 3 deletions
|
@ -255,7 +255,8 @@
|
||||||
showChildCountIndicator: true,
|
showChildCountIndicator: true,
|
||||||
lazy: true,
|
lazy: true,
|
||||||
context: 'home',
|
context: 'home',
|
||||||
centerText: true
|
centerText: true,
|
||||||
|
overlayPlayButton: true
|
||||||
});
|
});
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
}
|
}
|
||||||
|
@ -299,7 +300,8 @@
|
||||||
showUnplayedIndicator: false,
|
showUnplayedIndicator: false,
|
||||||
showChildCountIndicator: true,
|
showChildCountIndicator: true,
|
||||||
lazy: true,
|
lazy: true,
|
||||||
context: 'home'
|
context: 'home',
|
||||||
|
overlayPlayButton: true
|
||||||
});
|
});
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
}
|
}
|
||||||
|
@ -336,7 +338,8 @@
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
centerText: true,
|
centerText: true,
|
||||||
lazy: true,
|
lazy: true,
|
||||||
showDetailsMenu: true
|
showDetailsMenu: true,
|
||||||
|
overlayPlayButton: true
|
||||||
});
|
});
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue