diff --git a/frontend/src/api/actions/queueReindex.ts b/frontend/src/api/actions/queueReindex.ts index 4b185a38..17cfa460 100644 --- a/frontend/src/api/actions/queueReindex.ts +++ b/frontend/src/api/actions/queueReindex.ts @@ -22,7 +22,7 @@ const queueReindex = async (id: string, type: ReindexType, reindexVideos = false } const body = JSON.stringify({ - [type]: id, + [type]: [id], }); const response = await fetch(`${apiUrl}/api/refresh/${params}`, {