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

update vaapi defaults

This commit is contained in:
Luke Pulverenti 2016-08-24 16:14:35 -04:00
parent cbca3a20ae
commit ee908c0726
6 changed files with 31 additions and 18 deletions

View file

@ -112,15 +112,7 @@
coverImage: item.Type == 'PhotoAlbum'
};
if (viewStyle == "Backdrop") {
posterOptions.shape = 'backdrop';
posterOptions.showTitle = true;
posterOptions.preferBackdrop = true;
html = cardBuilder.getCardsHtml(posterOptions);
}
else if (viewStyle == "PosterCard") {
if (viewStyle == "PosterCard") {
posterOptions.showTitle = true;
posterOptions.showYear = true;
@ -137,9 +129,11 @@
});
}
else if (viewStyle == "Thumb") {
posterOptions.preferThumb = true;
posterOptions.showTitle = true;
posterOptions.shape = "backdrop";
posterOptions.centerText = true;
posterOptions.overlayText = false;
html = cardBuilder.getCardsHtml(posterOptions);
} else {

View file

@ -1954,6 +1954,7 @@ var AppInfo = {};
dependencies: ['emby-button', 'emby-input'],
autoFocus: false,
anonymous: true,
startup: true,
controller: 'scripts/connectlogin'
});
@ -2053,6 +2054,7 @@ var AppInfo = {};
path: '/forgotpassword.html',
dependencies: ['emby-input', 'emby-button'],
anonymous: true,
startup: true,
controller: 'scripts/forgotpassword'
});
@ -2061,6 +2063,7 @@ var AppInfo = {};
dependencies: ['emby-input', 'emby-button'],
autoFocus: false,
anonymous: true,
startup: true,
controller: 'scripts/forgotpasswordpin'
});
@ -2242,6 +2245,7 @@ var AppInfo = {};
dependencies: ['emby-button', 'humanedate', 'emby-input'],
autoFocus: false,
anonymous: true,
startup: true,
controller: 'scripts/loginpage'
});
@ -2471,6 +2475,7 @@ var AppInfo = {};
dependencies: ['listViewStyle', 'emby-button'],
autoFocus: false,
anonymous: true,
startup: true,
controller: 'scripts/selectserver'
});