Improve DateCreated() comment
This commit is contained in:
parent
a38fe29953
commit
cc4de67c3c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ func NewMediaFile(filename string) (*MediaFile, error) {
|
|||
return instance, nil
|
||||
}
|
||||
|
||||
// DateCreated returns the date on which a mediafile was created.
|
||||
// DateCreated returns the date on which the media file was created.
|
||||
func (m *MediaFile) DateCreated() time.Time {
|
||||
if !m.dateCreated.IsZero() {
|
||||
return m.dateCreated
|
||||
|
|
Loading…
Reference in a new issue