mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update program images
This commit is contained in:
parent
3a46bfe164
commit
a9ae08f60c
18 changed files with 61 additions and 16815 deletions
|
@ -60,6 +60,7 @@
|
|||
items: result.Items,
|
||||
shape: query.IsMovie || params.type == 'RecordingSeries' ? 'portrait' : "backdrop",
|
||||
preferThumb: !query.IsMovie && params.type != 'RecordingSeries',
|
||||
inheritThumb: params.type == 'Recordings',
|
||||
context: 'livetv',
|
||||
centerText: true,
|
||||
lazy: true,
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
IsInProgress: false,
|
||||
Fields: 'CanDelete,PrimaryImageAspectRatio,BasicSyncInfo',
|
||||
EnableTotalRecordCount: false,
|
||||
EnableImageTypes: "Primary,Thumb"
|
||||
EnableImageTypes: "Primary,Thumb,Backdrop"
|
||||
|
||||
}).then(function (result) {
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
IsAiring: true,
|
||||
limit: limit,
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary,Thumb",
|
||||
EnableImageTypes: "Primary,Thumb,Backdrop",
|
||||
Fields: "ChannelInfo"
|
||||
|
||||
}).then(function (result) {
|
||||
|
@ -115,6 +115,7 @@
|
|||
var html = cardBuilder.getCardsHtml({
|
||||
items: items,
|
||||
preferThumb: !shape,
|
||||
inheritThumb: false,
|
||||
shape: shape || (enableScrollX() ? 'overflowBackdrop' : 'backdrop'),
|
||||
showParentTitleOrTitle: true,
|
||||
showTitle: false,
|
||||
|
|
|
@ -842,7 +842,8 @@ var Dashboard = {
|
|||
supportsCustomSeeking: supportsCustomSeeking
|
||||
});
|
||||
|
||||
if (!(AppInfo.isNativeApp && browserInfo.android)) {
|
||||
if (!(AppInfo.isNativeApp && browserInfo.android) && !browserInfo.edge && !browserInfo.msie) {
|
||||
// libjass not working here
|
||||
profile.SubtitleProfiles.push({
|
||||
Format: 'ass',
|
||||
Method: 'External'
|
||||
|
@ -1226,6 +1227,7 @@ var AppInfo = {};
|
|||
define("emby-select", [embyWebComponentsBowerPath + "/emby-select/emby-select"], returnFirstDependency);
|
||||
define("emby-slider", [embyWebComponentsBowerPath + "/emby-slider/emby-slider"], returnFirstDependency);
|
||||
define("emby-checkbox", [embyWebComponentsBowerPath + "/emby-checkbox/emby-checkbox"], returnFirstDependency);
|
||||
define("emby-toggle", [embyWebComponentsBowerPath + "/emby-toggle/emby-toggle"], returnFirstDependency);
|
||||
define("emby-radio", [embyWebComponentsBowerPath + "/emby-radio/emby-radio"], returnFirstDependency);
|
||||
define("emby-textarea", [embyWebComponentsBowerPath + "/emby-textarea/emby-textarea"], returnFirstDependency);
|
||||
define("collectionEditor", [embyWebComponentsBowerPath + "/collectioneditor/collectioneditor"], returnFirstDependency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue