Merge pull request #6582 from thornbill/no-more-drawer-redux-part-2
Redesign library navigation in experimental layout
This commit is contained in:
@@ -34,7 +34,7 @@ const SearchResults: FC<SearchResultsProps> = ({
|
||||
<div>
|
||||
<Link
|
||||
className='emby-button'
|
||||
to={`/search.html?query=${encodeURIComponent(query || '')}`}
|
||||
to={`/search?query=${encodeURIComponent(query || '')}`}
|
||||
>{globalize.translate('RetryWithGlobalSearch')}</Link>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user