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 suggestions

This commit is contained in:
Luke Pulverenti 2016-02-12 15:31:48 -05:00
parent 073fd66f81
commit bebfc016fe

View file

@ -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>';