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

add play buttons to latest items

This commit is contained in:
Luke Pulverenti 2016-02-01 21:41:14 -05:00
parent 05714ad3fb
commit 5b1b16eab9

View file

@ -255,7 +255,8 @@
showChildCountIndicator: true, showChildCountIndicator: true,
lazy: true, lazy: true,
context: 'home', context: 'home',
centerText: true centerText: true,
overlayPlayButton: true
}); });
html += '</div>'; html += '</div>';
} }
@ -299,7 +300,8 @@
showUnplayedIndicator: false, showUnplayedIndicator: false,
showChildCountIndicator: true, showChildCountIndicator: true,
lazy: true, lazy: true,
context: 'home' context: 'home',
overlayPlayButton: true
}); });
html += '</div>'; html += '</div>';
} }
@ -336,7 +338,8 @@
showTitle: true, showTitle: true,
centerText: true, centerText: true,
lazy: true, lazy: true,
showDetailsMenu: true showDetailsMenu: true,
overlayPlayButton: true
}); });
html += '</div>'; html += '</div>';
} }