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

added studio and people placeholder pages

This commit is contained in:
Luke Pulverenti 2013-04-11 18:09:08 -04:00
parent 6f3b88353e
commit b90eabc00a
17 changed files with 98 additions and 19 deletions

View file

@ -74,7 +74,8 @@
$('#trailerItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
useAverageAspectRatio: true
useAverageAspectRatio: true,
showNewIndicator: false
}));
});