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

updated nuget

This commit is contained in:
Luke Pulverenti 2013-04-23 19:40:24 -04:00
parent 67627ab9c8
commit ee232fda12
2 changed files with 6 additions and 2 deletions

View file

@ -334,7 +334,8 @@
html += LibraryBrowser.getPosterDetailViewHtml({
items: result.Items,
useAverageAspectRatio: true
useAverageAspectRatio: true,
preferBackdrop: true
});
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);