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

improved tile styles

This commit is contained in:
Luke Pulverenti 2013-04-25 20:52:55 -04:00
parent 322cc9ebe9
commit 6510868c48
9 changed files with 307 additions and 130 deletions

View file

@ -9,7 +9,7 @@
SortBy: "DateCreated",
SortOrder: "Descending",
IncludeItemTypes: "Movie",
Limit: 5,
Limit: 7,
Recursive: true,
Fields: "PrimaryImageAspectRatio",
Filters: "IsUnplayed"
@ -32,7 +32,7 @@
SortOrder: "Descending",
IncludeItemTypes: "Movie",
Filters: "IsResumable",
Limit: 5,
Limit: 7,
Recursive: true,
Fields: "PrimaryImageAspectRatio"
};
@ -58,7 +58,7 @@
SortBy: "DateCreated",
SortOrder: "Descending",
IncludeItemTypes: "Trailer",
Limit: 5,
Limit: 7,
Recursive: true,
Fields: "PrimaryImageAspectRatio,DateCreated",
Filters: "IsUnplayed"