This commit is contained in:
2023-06-23 12:20:37 +08:00
parent fe4562887c
commit 6438e47aaa
4 changed files with 44 additions and 4 deletions

View File

@@ -55,7 +55,9 @@ export class MeiliSearchServer {
}
#gallery_update(e: Event) {
const ev = e as CustomEvent<number>;
this.updateGallery(ev.detail);
this.updateGallery(ev.detail).catch((e) => {
console.log(e);
});
}
async #updateGMetaSettings() {
if (this.#gmeta) {