mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fix index variable in fuse worker
This commit is contained in:
parent
2a3d595a66
commit
ab13fb6e99
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function getSuggestions(movies, value) {
|
|||
key: 'title'
|
||||
}
|
||||
],
|
||||
arrayIndex: 0
|
||||
refIndex: 0
|
||||
});
|
||||
if (suggestions.length > limit) {
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue