1
0
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:
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;