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

update music buttons

This commit is contained in:
Luke Pulverenti 2015-12-29 21:32:54 -05:00
parent a96023074d
commit f5eca1ee7f
4 changed files with 11 additions and 10 deletions

View file

@ -39,11 +39,10 @@
showLatestItemsPopup: false,
shape: getSquareShape(),
showTitle: true,
defaultAction: 'play',
showParentTitle: true,
lazy: true,
centerText: true,
overlayMoreButton: true
overlayPlayButton: true
});
ImageLoader.lazyChildren(elem);
@ -174,11 +173,10 @@
shape: getSquareShape(),
showTitle: true,
lazy: true,
defaultAction: 'play',
coverImage: true,
showItemCounts: true,
centerText: true,
overlayMoreButton: true
overlayPlayButton: true
});
ImageLoader.lazyChildren(itemsContainer);