Fixed notify stash manticoresearch call still using obsolete 'index' key.

This commit is contained in:
2026-07-28 23:46:10 +02:00
parent 699f7f0944
commit 4e59994806

View File

@@ -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,