mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
Move comment closer to relevant parameter
This commit is contained in:
parent
b4f2ccaa05
commit
138050e36e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user