Add "Hold Uploads" option to configuration

This commit is contained in:
2021-11-07 13:43:25 +10:30
parent 1228920004
commit ced209a7db
4 changed files with 17 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ type Watcher struct {
Path string
Username string
NoWatermark bool
HoldUploads bool
Exclude []string
}