mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Support image clips/gifs (#3583)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,8 @@ type ScanMetadataOptions struct {
|
||||
ScanGeneratePhashes bool `json:"scanGeneratePhashes"`
|
||||
// Generate image thumbnails during scan
|
||||
ScanGenerateThumbnails bool `json:"scanGenerateThumbnails"`
|
||||
// Generate image thumbnails during scan
|
||||
ScanGenerateClipPreviews bool `json:"scanGenerateClipPreviews"`
|
||||
}
|
||||
|
||||
type AutoTagMetadataOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user