Skip to content

Commit

Permalink
fix *.jpeg are not recognized #9
Browse files Browse the repository at this point in the history
  • Loading branch information
laaqxdze1k committed Sep 1, 2023
1 parent bbf510c commit 6905186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immich/assets/localassets.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (fsys LocalAssetBrowser) Browse(ctx context.Context) chan *LocalAssetFile {
}
ext := strings.ToLower(path.Ext(name))
switch ext {
case ".jpg", "jpeg", ".png", ".mp4", ".heic", ".mov", ".gif":
case ".jpg", ".jpeg", ".png", ".mp4", ".heic", ".mov", ".gif":

s, err := d.Info()

Expand Down

0 comments on commit 6905186

Please sign in to comment.