mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
tv show poster view
This commit is contained in:
parent
867a549058
commit
a65280a36c
2 changed files with 81 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
ApiClient.getItems(Dashboard.getCurrentUserId(), query).done(function (result) {
|
||||
|
||||
$('#items', page).html(LibraryBrowser.getPosterViewHtml({
|
||||
$('#items', page).html(LibraryBrowser.getSeriesPosterViewHtml({
|
||||
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue