Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ab13fb6e99d61c312580d38a70759dd135438dd0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix index variable in fuse worker

pull/10544/head
Bogdan 6 months ago
parent 2a3d595a66
commit ab13fb6e99

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

Loading…
Cancel
Save