From 309ea79ae119b47ccfab06624be70a27ee796797 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:42:34 +1100 Subject: [PATCH] Move comment closer to relevant parameter --- src/components/documentManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/documentManager.ts b/src/components/documentManager.ts index de3d47f6..3be420d8 100644 --- a/src/components/documentManager.ts +++ b/src/components/documentManager.ts @@ -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;