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
+9 -1
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
}];
}