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:
SenorSmartyPants 2021-12-17 17:18:03 -06:00
parent e7b654ec6f
commit 6117cffcc2
2 changed files with 2 additions and 0 deletions

View File

@ -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) {

View File

@ -79,6 +79,7 @@ function getTimersHtml(timers, options) {
html += cardBuilder.getCardsHtml({
items: group.items,
shape: getBackdropShape(),
showTitle: true,
showParentTitleOrTitle: true,
showAirTime: true,
showAirEndTime: true,