mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update to vs 2013
This commit is contained in:
parent
f0db695368
commit
7f17e93738
4 changed files with 12 additions and 5 deletions
|
@ -279,7 +279,7 @@
|
|||
SortOrder: "Descending",
|
||||
MediaTypes: "Video",
|
||||
Filters: "IsResumable",
|
||||
Limit: (screenWidth >= 1200 ? 9 : 6),
|
||||
Limit: screenWidth >= 1920 ? 9 : (screenWidth >= 1200 ? 9 : 6),
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio",
|
||||
CollapseBoxSetItems: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue