mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display progress bars to show resume %
This commit is contained in:
parent
050b5909fc
commit
b5c43bdbf7
30 changed files with 419 additions and 358 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
SortBy: "SortName",
|
||||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "Series",
|
||||
IncludeItemTypes: "Series,Season,Episode",
|
||||
Recursive: true,
|
||||
Fields: "ItemCounts,DateCreated,UserData",
|
||||
PersonTypes: "",
|
||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
||||
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||
StartIndex: 0
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue