mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add play button to suggestions
This commit is contained in:
parent
073fd66f81
commit
bebfc016fe
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@
|
||||||
shape: getPortraitShape(),
|
shape: getPortraitShape(),
|
||||||
centerText: true,
|
centerText: true,
|
||||||
lazy: true,
|
lazy: true,
|
||||||
showDetailsMenu: true
|
showDetailsMenu: true,
|
||||||
|
overlayPlayButton: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue