From 4e59994806f4309e12bb2648d93369ffe84774b8 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 28 Jul 2026 23:46:10 +0200 Subject: [PATCH] Fixed notify stash manticoresearch call still using obsolete 'index' key. --- src/alerts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alerts.js b/src/alerts.js index 73e07aa..8324c93 100755 --- a/src/alerts.js +++ b/src/alerts.js @@ -754,7 +754,7 @@ export async function notify(sceneIds, options = {}) { const docs = stashedEntries.map((stash) => ({ replace: { - index: 'scenes_stashed', + table: 'scenes_stashed', id: stash.id, doc: { scene_id: stash.scene_id,