Remove sync info from requested fields

This commit is contained in:
Bill Thornton
2024-01-11 02:24:16 -05:00
parent 292c1bbe3b
commit dace38c8dd
26 changed files with 35 additions and 40 deletions
@@ -28,7 +28,7 @@ function getItemsToResumeFn(
const options = {
Limit: limit,
Recursive: true,
Fields: 'PrimaryImageAspectRatio,BasicSyncInfo',
Fields: 'PrimaryImageAspectRatio',
ImageTypeLimit: 1,
EnableImageTypes: 'Primary,Backdrop,Thumb',
EnableTotalRecordCount: false,