1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix play button on search results on mobile

This commit is contained in:
MrTimscampi 2020-07-16 15:43:41 +02:00
parent 4c95485835
commit fe91b4a695

View file

@ -464,6 +464,7 @@ define(['layoutManager', 'globalize', 'require', 'events', 'connectionManager',
showTitle: true, showTitle: true,
overlayText: false, overlayText: false,
centerText: true, centerText: true,
overlayPlayButton: true
}); });