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;