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

revert translation key changes

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
grafixeyehero 2024-07-15 22:13:35 +03:00
parent 01bad67226
commit 13d5cb2c84
3 changed files with 7 additions and 7 deletions

View file

@ -404,7 +404,7 @@ export const useSearchItems = (
{ signal }
);
addSection('Videos', videosData.Items, {
addSection('HeaderVideos', videosData.Items, {
showParentTitle: true
});
@ -447,7 +447,7 @@ export const useSearchItems = (
},
{ signal }
);
addSection('PhotoAlbums', photoAlbumsData.Items);
addSection('HeaderPhotoAlbums', photoAlbumsData.Items);
// Photos row
const photosData = await fetchItemsByType(
@ -473,7 +473,7 @@ export const useSearchItems = (
},
{ signal }
);
addSection('AudioBooks', audioBooksData.Items);
addSection('HeaderAudioBooks', audioBooksData.Items);
// Books row
const booksData = await fetchItemsByType(