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:
parent
35f693e709
commit
e9d32c8fb3
5 changed files with 16 additions and 12 deletions
|
@ -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"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue