1
0
Fork 0
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:
Bill Thornton 2025-01-23 14:59:40 -05:00 committed by GitHub
commit 0d9b2cf276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}];
}