mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix gallery checksum resolver error (#2929)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user