mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename live tv page
This commit is contained in:
parent
4120f18fc9
commit
92861ec8de
6 changed files with 14 additions and 14 deletions
|
@ -153,9 +153,9 @@
|
|||
if (LibraryBrowser.navigateOnLibraryTabSelect()) {
|
||||
|
||||
if (selected) {
|
||||
Dashboard.navigate('livetvsuggested.html?tab=' + selected);
|
||||
Dashboard.navigate('livetv.html?tab=' + selected);
|
||||
} else {
|
||||
Dashboard.navigate('livetvsuggested.html');
|
||||
Dashboard.navigate('livetv.html');
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue