mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
6ec48ff340
commit
8b28397294
6 changed files with 20 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
SortBy: "SortName",
|
||||
SortOrder: "Ascending",
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SortName,DateCreated,ItemCounts",
|
||||
Fields: "PrimaryImageAspectRatio,SortName,ItemCounts,BasicSyncInfo",
|
||||
StartIndex: 0,
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||
|
|
|
@ -1657,6 +1657,9 @@ var AppInfo = {};
|
|||
},
|
||||
shuffle: function (item) {
|
||||
return MediaController.shuffle(item);
|
||||
},
|
||||
pause: function () {
|
||||
return MediaController.pause();
|
||||
}
|
||||
};
|
||||
});
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
SortOrder: "Ascending",
|
||||
IncludeItemTypes: "Series",
|
||||
Recursive: true,
|
||||
Fields: "PrimaryImageAspectRatio,SortName",
|
||||
Fields: "PrimaryImageAspectRatio,SortName,BasicSyncInfo",
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||
StartIndex: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue