Use updateLocals to ensure event generation

This commit is contained in:
Jakob Borg 2015-05-14 08:56:42 +02:00
parent f3fe6a6cbd
commit 947a129e12
1 changed files with 1 additions and 1 deletions

View File

@ -1257,7 +1257,7 @@ nextSub:
l.Infof("Stopping folder %s mid-scan due to folder error: %s", folder, err) l.Infof("Stopping folder %s mid-scan due to folder error: %s", folder, err)
return err return err
} else if len(batch) > 0 { } else if len(batch) > 0 {
fs.Update(protocol.LocalDeviceID, batch) m.updateLocals(folder, batch)
} }
batch = batch[:0] batch = batch[:0]