Move comment closer to relevant parameter

This commit is contained in:
Matthew Haughton 2024-11-10 20:42:34 +11:00
parent b4f2ccaa05
commit 138050e36e

View File

@ -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;