mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add AlphabetPicker
This commit is contained in:
parent
319477eb5a
commit
1b844ef624
2 changed files with 86 additions and 2 deletions
|
@ -62,6 +62,5 @@ export interface LibraryViewSettings {
|
|||
ShowTitle: boolean;
|
||||
ShowYear?: boolean;
|
||||
Filters?: Filters;
|
||||
NameLessThan?: string | null;
|
||||
NameStartsWith?: string | null;
|
||||
Alphabet?: string | null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue