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

update translations

This commit is contained in:
Luke Pulverenti 2014-08-11 10:15:53 -04:00
parent 69682bd717
commit a9e5a73d42
11 changed files with 122 additions and 96 deletions

View file

@ -278,7 +278,7 @@
SortOrder: "Descending",
MediaTypes: "Video",
Filters: "IsResumable",
Limit: screenWidth >= 1600 ? 8 : (screenWidth >= 1200 ? 9 : 6),
Limit: screenWidth >= 1920 ? 10 : (screenWidth >= 1600 ? 8 : (screenWidth >= 1200 ? 9 : 6)),
Recursive: true,
Fields: "PrimaryImageAspectRatio",
CollapseBoxSetItems: false,