Continue on exif parser error

This commit is contained in:
viktorstrate
2020-02-24 23:45:02 +01:00
parent f17d26613e
commit 96ec3663b1

View File

@@ -44,7 +44,6 @@ func ScanPhoto(tx *sql.Tx, photoPath string, albumId int, content_type *string)
_, err = ScanEXIF(tx, photo)
if err != nil {
log.Printf("ERROR: ScanEXIF for %s: %s\n", photoName, err)
return err
}
if err := ProcessPhoto(tx, photo, content_type); err != nil {