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

update components

This commit is contained in:
Luke Pulverenti 2016-08-02 01:55:52 -04:00
parent 6f21a963ea
commit 823f69bb92
68 changed files with 303 additions and 388 deletions

View file

@ -16,7 +16,7 @@
SortOrder: "Ascending",
IncludeItemTypes: "Series",
Recursive: true,
Fields: "DateCreated,SyncInfo,ItemCounts,PrimaryImageAspectRatio",
Fields: "DateCreated,ItemCounts,PrimaryImageAspectRatio",
StartIndex: 0
},
view: libraryBrowser.getSavedView(key) || 'Thumb'
@ -62,7 +62,7 @@
itemsContainer: elem,
shape: "backdrop",
preferThumb: true,
showTitle: false,
showTitle: true,
scalable: true,
showItemCounts: true,
centerText: true,
@ -75,7 +75,7 @@
itemsContainer: elem,
shape: "backdrop",
preferThumb: true,
showTitle: false,
showTitle: true,
scalable: true,
showItemCounts: true,
centerText: true,
@ -86,7 +86,7 @@
cardBuilder.buildCards(result.Items, {
itemsContainer: elem,
shape: "auto",
showTitle: false,
showTitle: true,
scalable: true,
showItemCounts: true,
centerText: true,
@ -97,7 +97,7 @@
cardBuilder.buildCards(result.Items, {
itemsContainer: elem,
shape: "auto",
showTitle: false,
showTitle: true,
scalable: true,
showItemCounts: true,
centerText: true,