mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Config: Add option to skip all RAW images when indexing #2227
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user