mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:49:02 +00:00
Continue on exif parser error
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user