1
0
Fork 0
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:
Luke Pulverenti 2015-12-30 15:25:32 -05:00
parent ddb9a7cdc4
commit 5e99fceeac

View file

@ -92,7 +92,8 @@
showTitle: true,
centerImage: true,
centerText: true,
textLines: getAdditionalTextLines
textLines: getAdditionalTextLines,
overlayPlayButton: true
});
var itemsContainer = elem.querySelector('.itemsContainer');