1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add AlphabetPicker

This commit is contained in:
grafixeyehero 2023-09-17 23:27:02 +03:00
parent 319477eb5a
commit 1b844ef624
2 changed files with 86 additions and 2 deletions

View file

@ -62,6 +62,5 @@ export interface LibraryViewSettings {
ShowTitle: boolean;
ShowYear?: boolean;
Filters?: Filters;
NameLessThan?: string | null;
NameStartsWith?: string | null;
Alphabet?: string | null;
}