1
0
Fork 0
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:
grafixeyehero 2023-07-08 20:04:51 +03:00
parent d8c25b4594
commit f47bd0633d
2 changed files with 189 additions and 1 deletions

View file

@ -19,5 +19,8 @@ export enum LibraryTab {
Songs = 'songs',
Suggestions = 'suggestions',
Trailers = 'trailers',
Upcoming = 'upcoming'
Upcoming = 'upcoming',
Photos = 'photos',
Videos = 'videos',
Books = 'books',
}