mirror of
https://github.com/stashapp/stash.git
synced 2026-01-30 20:13:58 +01:00
* Execute Gallery.Create.Post plugin hook during scan Fix issue where Gallery.Create.Post hook is not executed when a new gallery is created during scan, when the gallery is created based on the folder. * Fix Gallery.Create.Post hook being invoked in transaction Invoke the Gallery.Create.Post hook during zip scan after the transaction has been committed. This is necessary to allow the plugin to access the gallery (using GraphQL API). Otherwise the API obviously uses a different database transaction which can't find the gallery as it isn't committed yet. |
||
|---|---|---|
| .. | ||
| api | ||
| autotag | ||
| database | ||
| dlna | ||
| ffmpeg | ||
| gallery | ||
| image | ||
| job | ||
| logger | ||
| manager | ||
| models | ||
| movie | ||
| performer | ||
| plugin | ||
| scene | ||
| scraper | ||
| session | ||
| sqlite | ||
| studio | ||
| tag | ||
| utils | ||