Import: Re-add error log #991

This commit is contained in:
Michael Mayer 2021-02-05 22:00:44 +01:00
parent 303a3f77f9
commit 31fb402a28

View file

@ -88,6 +88,8 @@ func ImportWorker(jobs <-chan ImportJob) {
}
}
} else {
log.Warnf("import: %s", err)
// Try to add duplicates to selected album(s) as well, see #991.
if fileHash := f.Hash(); fileHash == "" {
// Do nothing.