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

update live tv hls params

This commit is contained in:
Luke Pulverenti 2016-11-16 15:52:17 -05:00
parent dfbe16f07e
commit 6196c5cbb4
7 changed files with 31 additions and 36 deletions

View file

@ -35,7 +35,6 @@
}
var container = view.querySelector('#nextUpItems');
var supportsImageAnalysis = appHost.supports('imageanalysis');
cardBuilder.buildCards(result.Items, {
@ -99,6 +98,7 @@
var container = view.querySelector('#resumableItems');
var supportsImageAnalysis = appHost.supports('imageanalysis');
var cardLayout = appHost.preferVisualCards;
cardBuilder.buildCards(result.Items, {
@ -112,7 +112,8 @@
centerText: !cardLayout,
overlayPlayButton: true,
allowBottomPadding: allowBottomPadding,
cardLayout: cardLayout
cardLayout: cardLayout,
vibrant: supportsImageAnalysis
});
});
}