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

increase episodes to six

This commit is contained in:
Luke Pulverenti 2013-04-02 00:31:44 -04:00
parent 0331dec223
commit 64e7b222ef

View file

@ -9,7 +9,7 @@
SortBy: "DateCreated",
SortOrder: "Descending",
IncludeItemTypes: "Episode",
Limit: 5,
Limit: 6,
Recursive: true,
Fields: "PrimaryImageAspectRatio"
};
@ -30,7 +30,7 @@
SortOrder: "Descending",
IncludeItemTypes: "Episode",
Filters: "IsResumable",
Limit: 5,
Limit: 6,
Recursive: true,
Fields: "PrimaryImageAspectRatio"
};