Fix TimeZone()
This commit is contained in:
parent
c230de6b2b
commit
9ead0ceef9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue