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
ddb9a7cdc4
commit
5e99fceeac
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
centerImage: true,
|
centerImage: true,
|
||||||
centerText: true,
|
centerText: true,
|
||||||
textLines: getAdditionalTextLines
|
textLines: getAdditionalTextLines,
|
||||||
|
overlayPlayButton: true
|
||||||
});
|
});
|
||||||
|
|
||||||
var itemsContainer = elem.querySelector('.itemsContainer');
|
var itemsContainer = elem.querySelector('.itemsContainer');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue