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
|
@ -2,7 +2,7 @@
|
|||
|
||||
function fadeInRight(elem) {
|
||||
|
||||
var pct = browserInfo.mobile ? '3%' : '0.5%';
|
||||
var pct = browserInfo.mobile ? '3.5%' : '0.5%';
|
||||
|
||||
var keyframes = [
|
||||
{ opacity: '0', transform: 'translate3d(' + pct + ', 0, 0)', offset: 0 },
|
||||
|
|
|
@ -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