mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add more play buttons
This commit is contained in:
parent
9eb9226941
commit
073fd66f81
14 changed files with 47 additions and 25 deletions
|
@ -903,7 +903,8 @@
|
|||
shape: getPortraitShape(),
|
||||
showTitle: true,
|
||||
centerText: true,
|
||||
lazy: true
|
||||
lazy: true,
|
||||
overlayPlayButton: true
|
||||
});
|
||||
}
|
||||
else if (item.Type == "Season") {
|
||||
|
@ -916,7 +917,7 @@
|
|||
overlayText: true,
|
||||
lazy: true,
|
||||
showDetailsMenu: true,
|
||||
overlayMoreButton: AppInfo.enableAppLayouts
|
||||
overlayPlayButton: AppInfo.enableAppLayouts
|
||||
});
|
||||
}
|
||||
else if (item.Type == "GameSystem") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue