diff --git a/src/scripts/autoBackdrops.js b/src/scripts/autoBackdrops.js index e2c1e2264a..a02333e67f 100644 --- a/src/scripts/autoBackdrops.js +++ b/src/scripts/autoBackdrops.js @@ -27,7 +27,7 @@ function getBackdropItemIds(apiClient, userId, types, parentId) { ImageTypes: 'Backdrop', ParentId: parentId, EnableTotalRecordCount: false, - MaxOfficialRating: parentId === '' ? 'TV-MA' : '' + MaxOfficialRating: parentId ? '' : 'TV-MA' }; return apiClient.getItems(apiClient.getCurrentUserId(), options).then(function (result) { const images = result.Items.map(function (i) {