Skip to content

Commit

Permalink
Move comment closer to relevant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Nov 10, 2024
1 parent 09154ad commit 309ea79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/documentManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ export abstract class DocumentManager {
imageTypes: ['Backdrop'],
includeItemTypes: ['Movie', 'Series'],
limit: 1,
// Although we're limiting to what the user has access to,
// not everyone will want to see adult backdrops rotating on their TV.
maxOfficialRating: 'PG-13',
recursive: true,
sortBy: ['Random']
// Although we're limiting to what the user has access to,
// not everyone will want to see adult backdrops rotating on their TV.
});

const result = response.data;
Expand Down

0 comments on commit 309ea79

Please sign in to comment.