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

pg-13 max

This commit is contained in:
aiden 2021-03-22 22:02:32 -04:00 committed by GitHub
parent b41ffe61ef
commit ea075c2c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {