mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add play button to search results
This commit is contained in:
parent
462025d3db
commit
5c3729a539
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@
|
|||
showTitle: true,
|
||||
centerImage: true,
|
||||
centerText: true,
|
||||
textLines: getAdditionalTextLines
|
||||
textLines: getAdditionalTextLines,
|
||||
overlayPlayButton: true
|
||||
});
|
||||
|
||||
var itemsContainer = elem.querySelector('.itemsContainer');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue