mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Allow to specify document lanugage with the request
This commit is contained in:
@ -277,7 +277,8 @@ object ScanMailboxTask {
|
||||
Seq.empty,
|
||||
true,
|
||||
args.fileFilter.getOrElse(Glob.all),
|
||||
args.tags.getOrElse(Nil)
|
||||
args.tags.getOrElse(Nil),
|
||||
args.language
|
||||
)
|
||||
data = OUpload.UploadData(
|
||||
multiple = false,
|
||||
|
Reference in New Issue
Block a user