mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Reenable updating search index for uploads
This commit is contained in:
parent
7f43b174f5
commit
c0c728950a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ async function addClassicSkinFromBuffer(
|
|||
await setHashesForSkin(skin);
|
||||
|
||||
// Disable while we figure out our quota
|
||||
// await Skins.updateSearchIndex(ctx, md5);
|
||||
await Skins.updateSearchIndex(ctx, md5);
|
||||
|
||||
return { md5, status: "ADDED", skinType: "CLASSIC" };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue