mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add more Landing Screen Options
This commit is contained in:
parent
71c44dccd6
commit
3cc20ce480
5 changed files with 24 additions and 14 deletions
|
@ -75,16 +75,20 @@ import 'emby-checkbox';
|
|||
value: 'suggestions'
|
||||
});
|
||||
list.push({
|
||||
name: globalize.translate('Latest'),
|
||||
value: 'latest'
|
||||
name: globalize.translate('Upcoming'),
|
||||
value: 'upcoming'
|
||||
});
|
||||
list.push({
|
||||
name: globalize.translate('Genres'),
|
||||
value: 'genres'
|
||||
});
|
||||
list.push({
|
||||
name: globalize.translate('Favorites'),
|
||||
value: 'favorites'
|
||||
name: globalize.translate('Networks'),
|
||||
value: 'networks'
|
||||
});
|
||||
list.push({
|
||||
name: globalize.translate('Episodes'),
|
||||
value: 'episodes'
|
||||
});
|
||||
} else if (type === 'music') {
|
||||
list.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue