mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
acf00c6de1
commit
9ecfdc4e7c
2 changed files with 9 additions and 1 deletions
|
@ -1860,6 +1860,14 @@ var AppInfo = {};
|
|||
Dashboard.navigate('livetv.html?tab=1');
|
||||
};
|
||||
|
||||
embyRouter.goHome = function () {
|
||||
Dashboard.navigate('home.html');
|
||||
};
|
||||
|
||||
embyRouter.showSearch = function () {
|
||||
Dashboard.navigate('search.html');
|
||||
};
|
||||
|
||||
embyRouter.showLiveTV = function () {
|
||||
Dashboard.navigate('livetv.html');
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue