mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add livetv view
This commit is contained in:
parent
c37783479e
commit
e41436552e
44 changed files with 1396 additions and 749 deletions
|
@ -68,7 +68,7 @@ const TabRoutes: TabRoute[] = [
|
|||
{
|
||||
index: 5,
|
||||
label: globalize.translate('Series'),
|
||||
value: LibraryTab.Series
|
||||
value: LibraryTab.SeriesTimers
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -155,7 +155,7 @@ const TabRoutes: TabRoute[] = [
|
|||
{
|
||||
index: 0,
|
||||
label: globalize.translate('Shows'),
|
||||
value: LibraryTab.Shows,
|
||||
value: LibraryTab.Series,
|
||||
isDefault: true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue