Config: Add option to skip all RAW images when indexing #2227

This commit is contained in:
Michael Mayer
2022-04-06 17:46:41 +02:00
parent 038a78c828
commit 9134c79f4c
58 changed files with 1090 additions and 757 deletions

View File

@@ -62,7 +62,7 @@ func (worker *Sync) refresh(a entity.Account) (complete bool, err error) {
f = entity.FirstOrCreateFileSync(f)
if f == nil {
log.Errorf("sync: file sync entity should not be nil - bug?")
log.Errorf("sync: file sync entity should not be nil - possible bug")
continue
}