Skip to content
Snippets Groups Projects
Unverified Commit 2eb5ff91 authored by Sorunome's avatar Sorunome
Browse files

Fix typo in exif orientation

parent 7f63517d
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