mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Prepend a duplicate check when uploading files
This commit is contained in:
@ -37,7 +37,8 @@ object ProcessItemArgs {
|
||||
direction: Option[Direction],
|
||||
sourceAbbrev: String,
|
||||
folderId: Option[Ident],
|
||||
validFileTypes: Seq[MimeType]
|
||||
validFileTypes: Seq[MimeType],
|
||||
skipDuplicate: Boolean
|
||||
)
|
||||
|
||||
object ProcessMeta {
|
||||
|
Reference in New Issue
Block a user