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

Fix names

This commit is contained in:
Max 2025-01-23 14:17:03 -05:00
parent be127dd536
commit 697d1da43a

View file

@ -46,7 +46,7 @@ function getSections() {
overlayText: false,
centerText: true
}, {
name: 'Videos',
name: 'HeaderVideos',
types: 'Video',
shape: getBackdropShape(enableScrollX()),
preferThumb: true,
@ -128,7 +128,7 @@ function getSections() {
overlayText: false,
centerText: true
}, {
name: 'Live TV Channels',
name: 'Channels',
types: 'LiveTVChannel',
shape: getBackdropShape(enableScrollX()),
showTitle: true,