1
0
Fork 0
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:
Bogdan 2024-10-08 23:24:51 +03:00
parent 2a3d595a66
commit ab13fb6e99

View file

@ -34,7 +34,7 @@ function getSuggestions(movies, value) {
key: 'title'
}
],
arrayIndex: 0
refIndex: 0
});
if (suggestions.length > limit) {
break;