mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:29:36 +00:00
Fix refresh post body (#799)
This commit is contained in:
@@ -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}`, {
|
||||
|
||||
Reference in New Issue
Block a user