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

made library scan a bit more conservative

This commit is contained in:
Luke Pulverenti 2013-04-15 11:10:12 -04:00
parent 08bd52697e
commit 701b8540d8

View file

@ -6,7 +6,7 @@
SortBy: "SortName",
SortOrder: "Ascending",
IncludeItemTypes: "Platform",
IncludeItemTypes: "GamePlatform",
Recursive: true,
Fields: "PrimaryImageAspectRatio,ItemCounts,ItemCounts,DateCreated,UserData",
Limit: LibraryBrowser.getDetaultPageSize(),