mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6466 from theguymadmax/livetv-favorites
This commit is contained in:
commit
0d9b2cf276
1 changed files with 9 additions and 1 deletions
|
@ -46,7 +46,7 @@ function getSections() {
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
centerText: true
|
centerText: true
|
||||||
}, {
|
}, {
|
||||||
name: 'Videos',
|
name: 'HeaderVideos',
|
||||||
types: 'Video',
|
types: 'Video',
|
||||||
shape: getBackdropShape(enableScrollX()),
|
shape: getBackdropShape(enableScrollX()),
|
||||||
preferThumb: true,
|
preferThumb: true,
|
||||||
|
@ -127,6 +127,14 @@ function getSections() {
|
||||||
overlayPlayButton: true,
|
overlayPlayButton: true,
|
||||||
overlayText: false,
|
overlayText: false,
|
||||||
centerText: true
|
centerText: true
|
||||||
|
}, {
|
||||||
|
name: 'Channels',
|
||||||
|
types: 'LiveTVChannel',
|
||||||
|
shape: getBackdropShape(enableScrollX()),
|
||||||
|
showTitle: true,
|
||||||
|
overlayPlayButton: true,
|
||||||
|
overlayText: false,
|
||||||
|
centerText: true
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue