diff --git a/pkg/models/model_gallery.go b/pkg/models/model_gallery.go index 76d494185..f410c2079 100644 --- a/pkg/models/model_gallery.go +++ b/pkg/models/model_gallery.go @@ -98,7 +98,7 @@ func (g *Gallery) listZipContents() ([]*zip.File, *zip.ReadCloser, error) { continue } ext := filepath.Ext(file.Name) - if ext != ".jpg" && ext != ".png" && ext != ".gif" { + if ext != ".jpg" && ext != ".jpeg" && ext != ".png" && ext != ".gif" { continue } if strings.Contains(file.Name, "__MACOSX") {