mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Lazy Loading fuse-worker and fixed some potential timing issues when it's slow. Also keep last result while typing.
This commit is contained in:
@@ -17,7 +17,7 @@ function SeriesSearchResult(props) {
|
||||
let alternateTitle = null;
|
||||
let tag = null;
|
||||
|
||||
if (match.key === 'alternateTitles.cleanTitle') {
|
||||
if (match.key === 'alternateTitles.title') {
|
||||
alternateTitle = alternateTitles[match.arrayIndex];
|
||||
} else if (match.key === 'tags.label') {
|
||||
tag = tags[match.arrayIndex];
|
||||
|
||||
Reference in New Issue
Block a user