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

switch to getPosterViewHtml

This commit is contained in:
Luke Pulverenti 2013-04-05 00:22:42 -04:00
parent b5cc0d0949
commit cec7ec4460

View file

@ -86,7 +86,7 @@
ApiClient.getItems(Dashboard.getCurrentUserId(), query).done(function (result) {
$('#items', page).html(LibraryBrowser.getEpisodePosterViewHtml({
$('#items', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true