mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fix index variable in fuse worker
This commit is contained in:
@@ -34,7 +34,7 @@ function getSuggestions(movies, value) {
|
||||
key: 'title'
|
||||
}
|
||||
],
|
||||
arrayIndex: 0
|
||||
refIndex: 0
|
||||
});
|
||||
if (suggestions.length > limit) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user