Add max parental rating and max days recent filters to configuration
This commit is contained in:
@@ -15,6 +15,8 @@ namespace Jellyfin.Plugin.MediaBarEnhanced.Configuration
|
||||
public int MaxMovies { get; set; } = 15;
|
||||
public int MaxTvShows { get; set; } = 15;
|
||||
public int MaxItems { get; set; } = 500;
|
||||
public int MaxParentalRating { get; set; } = 0;
|
||||
public int MaxDaysRecent { get; set; } = 0;
|
||||
public int PreloadCount { get; set; } = 3;
|
||||
public int FadeTransitionDuration { get; set; } = 500;
|
||||
public int MaxPaginationDots { get; set; } = 15;
|
||||
|
||||
Reference in New Issue
Block a user