mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Merge pull request #2380 from eikek/custom-processing-data
Custom processing data
This commit is contained in:
@ -54,7 +54,8 @@ object ProcessItemArgs {
|
||||
fileFilter: Option[Glob],
|
||||
tags: Option[List[String]],
|
||||
reprocess: Boolean,
|
||||
attachmentsOnly: Option[Boolean]
|
||||
attachmentsOnly: Option[Boolean],
|
||||
customData: Option[Json]
|
||||
)
|
||||
|
||||
object ProcessMeta {
|
||||
|
Reference in New Issue
Block a user