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

rework channel checking

This commit is contained in:
Luke Pulverenti 2014-05-14 14:04:26 -04:00
parent 655c9cb48f
commit 1ebce22276
6 changed files with 26 additions and 23 deletions

View file

@ -166,7 +166,7 @@
SortBy: "DateCreated",
SortOrder: "Descending",
Limit: screenWidth >= 2400 ? 21 : (screenWidth >= 1920 ? 15 : (screenWidth >= 1440 ? 12 : (screenWidth >= 800 ? 12 : 8))),
Limit: screenWidth >= 2400 ? 30 : (screenWidth >= 1920 ? 20 : (screenWidth >= 1440 ? 12 : (screenWidth >= 800 ? 12 : 8))),
Recursive: true,
Fields: "PrimaryImageAspectRatio",
Filters: "IsUnplayed,IsNotFolder",