mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Add episode details to live TV DVR schedule
details button should be left aligned IMO. Not sure where to change CSS yet. details link to a different place than the card
This commit is contained in:
parent
e7b654ec6f
commit
6117cffcc2
@ -771,6 +771,7 @@ import ServerConnections from '../ServerConnections';
|
||||
* @returns {string} HTML markup of the card's footer text element.
|
||||
*/
|
||||
function getCardFooterText(item, apiClient, options, showTitle, forceName, overlayText, imgUrl, footerClass, progressHtml, logoUrl, isOuterFooter) {
|
||||
item = item.ProgramInfo || item;
|
||||
let html = '';
|
||||
|
||||
if (logoUrl) {
|
||||
|
@ -79,6 +79,7 @@ function getTimersHtml(timers, options) {
|
||||
html += cardBuilder.getCardsHtml({
|
||||
items: group.items,
|
||||
shape: getBackdropShape(),
|
||||
showTitle: true,
|
||||
showParentTitleOrTitle: true,
|
||||
showAirTime: true,
|
||||
showAirEndTime: true,
|
||||
|
Loading…
Reference in New Issue
Block a user