mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update sync objects
This commit is contained in:
parent
f603085007
commit
ebe849f9b0
37 changed files with 231 additions and 86 deletions
|
@ -596,7 +596,7 @@
|
|||
var options = {
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: 5,
|
||||
fields: "PrimaryImageAspectRatio,UserData"
|
||||
fields: "PrimaryImageAspectRatio,UserData,SyncInfo"
|
||||
};
|
||||
|
||||
if (item.Type == "Movie") {
|
||||
|
@ -722,7 +722,7 @@
|
|||
|
||||
_childrenItemsQuery = null;
|
||||
|
||||
var fields = "ItemCounts,AudioInfo,PrimaryImageAspectRatio";
|
||||
var fields = "ItemCounts,AudioInfo,PrimaryImageAspectRatio,SyncInfo";
|
||||
|
||||
var query = {
|
||||
ParentId: item.Id,
|
||||
|
@ -1069,7 +1069,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "MusicVideo",
|
||||
Recursive: true,
|
||||
Fields: "DateCreated",
|
||||
Fields: "DateCreated,SyncInfo",
|
||||
Albums: item.Name
|
||||
|
||||
}).done(function (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue