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

switch boxsets to new providers

This commit is contained in:
Luke Pulverenti 2014-01-30 16:23:54 -05:00
parent 35f693e709
commit e9d32c8fb3
5 changed files with 16 additions and 12 deletions

View file

@ -9,7 +9,7 @@
SortBy: "DateCreated",
SortOrder: "Descending",
MediaTypes: "Game",
Limit: 5,
Limit: 10,
Recursive: true
};
@ -29,7 +29,7 @@
SortBy: "DatePlayed",
SortOrder: "Descending",
MediaTypes: "Game",
Limit: 5,
Limit: 10,
Recursive: true,
Filters: "IsPlayed"
};