From ea075c2c2285d3e3d1795be974b17674c595c5df Mon Sep 17 00:00:00 2001 From: aiden Date: Mon, 22 Mar 2021 22:02:32 -0400 Subject: [PATCH] pg-13 max --- src/scripts/autoBackdrops.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/autoBackdrops.js b/src/scripts/autoBackdrops.js index a02333e67..7f4486e30 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 ? '' : 'PG-13' }; return apiClient.getItems(apiClient.getCurrentUserId(), options).then(function (result) { const images = result.Items.map(function (i) {