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:
parent
01bad67226
commit
13d5cb2c84
3 changed files with 7 additions and 7 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue