From 69921b80906172a031f7771ea90d501a535dd912 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 18 Nov 2015 14:17:29 +0900 Subject: [PATCH] Amend the comment on MP4::File::hasMP4Tag(). --- taglib/mp4/mp4file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taglib/mp4/mp4file.h b/taglib/mp4/mp4file.h index 8c049301..40fcde78 100644 --- a/taglib/mp4/mp4file.h +++ b/taglib/mp4/mp4file.h @@ -118,7 +118,8 @@ namespace TagLib { bool save(); /*! - * Returns whether or not the file on disk actually has an MP4 tag. + * Returns whether or not the file on disk actually has an MP4 tag, or the + * file has a Metadata Item List (ilst) atom. */ bool hasMP4Tag() const;