1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

updated nuget

This commit is contained in:
Luke Pulverenti 2016-07-24 14:58:21 -04:00
parent acf00c6de1
commit 9ecfdc4e7c
2 changed files with 9 additions and 1 deletions

View file

@ -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');
};