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

Add retry global search link button

This commit is contained in:
viown 2025-03-06 13:14:35 +03:00
parent 1fd314213a
commit ad01e8669d
4 changed files with 18 additions and 5 deletions

View file

@ -33,7 +33,7 @@ export const useSearchItems = (
return useQuery({
queryKey: ['SearchItems', collectionType, parentId, searchTerm],
queryFn: async ({ signal }) => {
if (liveTvSections) {
if (liveTvSections && collectionType && isLivetv(collectionType)) {
return sortSections(liveTvSections);
}