1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add LiveTV channels to favorites section

This commit is contained in:
Max 2025-01-23 13:09:48 -05:00
parent 4e750711b7
commit be127dd536

View file

@ -127,6 +127,14 @@ function getSections() {
overlayPlayButton: true,
overlayText: false,
centerText: true
}, {
name: 'Live TV Channels',
types: 'LiveTVChannel',
shape: getBackdropShape(enableScrollX()),
showTitle: true,
overlayPlayButton: true,
overlayText: false,
centerText: true
}];
}