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,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'Videos',
|
||||
name: 'HeaderVideos',
|
||||
types: 'Video',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
preferThumb: true,
|
||||
|
@ -127,6 +127,14 @@ function getSections() {
|
|||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
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