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:
parent
a96023074d
commit
f5eca1ee7f
4 changed files with 11 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue