mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix invalid guide link
This commit is contained in:
parent
0a15eba329
commit
b8d909ea71
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ import Headroom from 'headroom.js';
|
||||||
guideView.Name = globalize.translate('Guide');
|
guideView.Name = globalize.translate('Guide');
|
||||||
guideView.ImageTags = {};
|
guideView.ImageTags = {};
|
||||||
guideView.icon = 'dvr';
|
guideView.icon = 'dvr';
|
||||||
guideView.url = 'livetv.html?tab=1';
|
guideView.url = '#!/livetv.html?tab=1';
|
||||||
list.push(guideView);
|
list.push(guideView);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue