mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
Merge pull request #16852 from theguymadmax/splashscreen-pg13
Set max rating for splashscreen to 13
This commit is contained in:
commit
19ce23c3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public class SplashscreenPostScanTask : ILibraryPostScanTask
|
|||
ImageTypes = [imageType],
|
||||
Limit = 30,
|
||||
// TODO max parental rating configurable
|
||||
MaxParentalRating = new(10, null),
|
||||
MaxParentalRating = new(13, null),
|
||||
OrderBy =
|
||||
[
|
||||
(ItemSortBy.Random, SortOrder.Ascending)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue