mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update photos
This commit is contained in:
parent
400202c5a0
commit
2b33df50a9
14 changed files with 75 additions and 270 deletions
|
@ -36,7 +36,7 @@
|
|||
query: {
|
||||
SortBy: "SortName",
|
||||
SortOrder: "Ascending",
|
||||
Recursive: true,
|
||||
Recursive: getParameterByName('recursive') !== 'false',
|
||||
Fields: "PrimaryImageAspectRatio,SortName,SyncInfo",
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Backdrop,Banner,Thumb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue