Fix TimeZone()

This commit is contained in:
Michael Mayer 2019-06-07 00:19:12 +02:00
parent c230de6b2b
commit 9ead0ceef9

View file

@ -91,7 +91,7 @@ func (m *MediaFile) TimeZone() (result string) {
result = exif.TimeZone
}
loc := m.Location()
return result
}
// CameraModel returns the camera model with which the media file was created.