mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/search/SearchResults.tsx
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
173f2c4f6f
commit
21157b8ab0
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
|
|||
cardOptions={{ coverImage: true }}
|
||||
/>
|
||||
|
||||
{allEmpty && !isLoading && (
|
||||
{allEmpty && query && !isLoading && (
|
||||
<div className='sorry-text'>{globalize.translate('SearchResultsEmpty', query)}</div>
|
||||
)}
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue