Skip to content

Commit

Permalink
Auto convert f4v -> mp4
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k authored Jul 27, 2022
1 parent 6dc6d8f commit 8f155e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pepic/utils/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var canonicalExtensions = map[string]string{
".jpeg": ".jpg",
".jfif": ".jpg",
".qt": ".mov",
".f4v": ".mp4",
}

func ExtensionByMimeType(mimeType string) (string, error) {
Expand Down

0 comments on commit 8f155e3

Please sign in to comment.