Skip to content
Snippets Groups Projects
Commit 8d926183 authored by Travis Ralston's avatar Travis Ralston
Browse files

Merge remote-tracking branch 'Sorunome/soru/jpg-orientation'

parents 2239ff5f 2eb5ff91
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ func GetExifOrientation(media *types.Media) (*ExifOrientation, error) {
degrees = 180
} else if orientation == 5 || orientation == 6 {
degrees = 270
} else if orientation == 7 || degrees == 8 {
} else if orientation == 7 || orientation == 8 {
degrees = 90
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment