diff options
| author | diogo464 <[email protected]> | 2024-10-04 19:29:46 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-04 19:29:46 +0100 |
| commit | d93194b2927a4b0919a49f3f05b759b0bfbe4ac3 (patch) | |
| tree | 7d09e5b07527353e9c114cda8da165e1f50375b7 /app.go | |
| parent | 888834093351a6182b0b3dd57b6bce15a6fb0e92 (diff) | |
fixed image conversion
Diffstat (limited to 'app.go')
| -rw-r--r-- | app.go | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -350,6 +350,7 @@ func (a *App) updatePictures() { | |||
| 350 | if err := magickConvert(filePath, filePathNew); err != nil { | 350 | if err := magickConvert(filePath, filePathNew); err != nil { |
| 351 | log.Printf("failed to convert image: %v", err) | 351 | log.Printf("failed to convert image: %v", err) |
| 352 | } | 352 | } |
| 353 | continue | ||
| 353 | } | 354 | } |
| 354 | 355 | ||
| 355 | // process file | 356 | // process file |
