Skip to content

Commit

Permalink
Convert .jpe -> .jpg and .moov -> .mov
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k authored Jul 27, 2022
1 parent 8f155e3 commit 0cd6f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pepic/utils/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ import (

var canonicalExtensions = map[string]string{
".jpeg": ".jpg",
".jpe": ".jpg",
".jfif": ".jpg",
".qt": ".mov",
".moov": ".mov",
".f4v": ".mp4",
}

Expand Down

0 comments on commit 0cd6f89

Please sign in to comment.