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:
parent
dfbe16f07e
commit
6196c5cbb4
7 changed files with 31 additions and 36 deletions
|
@ -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
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue