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 2015-07-06 03:06:09 -04:00
parent 75dba0b17f
commit 9e6d8b6c98
21 changed files with 257 additions and 96 deletions

View file

@ -2,7 +2,7 @@
var pageSizeKey = 'people';
var view = LibraryBrowser.getDefaultItemsView('PosterCard', 'PosterCard');
var view = LibraryBrowser.getDefaultItemsView('Poster', 'Poster');
// The base query options
var query = {
@ -62,8 +62,9 @@
context: 'music',
showTitle: true,
coverImage: true,
lazy: true,
centerText: true,
lazy: true
overlayPlayButton: true
});
}
else if (view == "PosterCard") {