1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2015-08-22 11:54:29 -04:00
parent c3069b933f
commit bc4468cb40
56 changed files with 290 additions and 145 deletions

View file

@ -1815,7 +1815,7 @@
// cardContent
html += '</a>';
if (options.overlayPlayButton && !item.IsPlaceHolder && (item.LocationType != 'Virtual' || !item.MediaType)) {
if (options.overlayPlayButton && !item.IsPlaceHolder && (item.LocationType != 'Virtual' || !item.MediaType || item.Type == 'Program')) {
html += '<paper-icon-button icon="play-arrow" class="cardOverlayPlayButton" onclick="return false;"></paper-icon-button>';
}
if (options.overlayMoreButton) {

View file

@ -57,7 +57,7 @@
shape: "auto",
showTitle: true,
showParentTitle: true,
overlayText: screenWidth >= 600,
centerText: true,
coverImage: true,
lazy: true

View file

@ -450,10 +450,10 @@
shape: "autohome",
showTitle: true,
showParentTitle: true,
overlayText: screenWidth >= 600,
coverImage: true,
lazy: true,
showDetailsMenu: true
showDetailsMenu: true,
centerText: true
});
elem.innerHTML = html;