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:
parent
4e750711b7
commit
be127dd536
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue