Fix gallery checksum resolver error (#2929)

This commit is contained in:
WithoutPants
2022-09-19 16:50:04 +10:00
committed by GitHub
parent 8efbcc1c4d
commit 98e3610ade
7 changed files with 20 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ func (h *cleanHandler) handleRelatedGalleries(ctx context.Context, fileID file.I
}
mgr.PluginCache.RegisterPostHooks(ctx, g.ID, plugin.GalleryDestroyPost, plugin.GalleryDestroyInput{
Checksum: g.Checksum(),
Checksum: g.PrimaryChecksum(),
Path: g.Path,
}, nil)
} else {