1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update photos

This commit is contained in:
Luke Pulverenti 2015-08-26 14:17:38 -04:00
parent 400202c5a0
commit 2b33df50a9
14 changed files with 75 additions and 270 deletions

View file

@ -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",