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
2 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue