mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add missing episode filter settings
This commit is contained in:
parent
c0a9f8b544
commit
d4eae7bde6
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ const filterSettingsPostfix = '-filter';
|
|||
const allowedFilterSettings = [
|
||||
'Filters', 'HasSubtitles', 'HasTrailer', 'HasSpecialFeature',
|
||||
'HasThemeSong', 'HasThemeVideo', 'Genres', 'OfficialRatings',
|
||||
'Tags', 'VideoTypes', 'IsHD', 'Is4K', 'Is3D', 'Years'
|
||||
'Tags', 'VideoTypes', 'IsSD', 'IsHD', 'Is4K', 'Is3D',
|
||||
'IsFavorite', 'IsMissing', 'IsUnaired', 'ParentIndexNumber',
|
||||
'SeriesStatus', 'Years'
|
||||
];
|
||||
|
||||
function filterQuerySettings(query, allowedItems) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue