mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Fix bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user