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:
parent
b41ffe61ef
commit
ea075c2c22
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue