mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add Sort Menu setting components
This commit is contained in:
parent
d8c25b4594
commit
f47bd0633d
2 changed files with 189 additions and 1 deletions
|
@ -19,5 +19,8 @@ export enum LibraryTab {
|
|||
Songs = 'songs',
|
||||
Suggestions = 'suggestions',
|
||||
Trailers = 'trailers',
|
||||
Upcoming = 'upcoming'
|
||||
Upcoming = 'upcoming',
|
||||
Photos = 'photos',
|
||||
Videos = 'videos',
|
||||
Books = 'books',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue