mirror of
https://github.com/stashapp/stash.git
synced 2026-03-25 22:51:27 +01:00
Pretty
This commit is contained in:
parent
78eec7a8d6
commit
82d229692d
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ input ScanMetadataInput {
|
|||
# specifies when to generate metadata during a scan
|
||||
enum GenerateTiming {
|
||||
"""
|
||||
Generate artifacts before returning from the scan API call.
|
||||
Generate artifacts before returning from the scan API call.
|
||||
This will block the API call until generation is complete, and is not recommended for large artifacts.
|
||||
Recommended when you want the metadata/artifact to be available immediately after the scan completes (ie covers and phashes).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue