Read comments from MP4 tags.

This commit is contained in:
Chris Throup 2013-01-22 08:58:28 +00:00
parent f41d333788
commit 6cb083be30
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ void TagReaderWorker::ReadFile(const QString& filename,
if(items.contains("\251wrt")) {
Decode(items["\251wrt"].toStringList().toString(", "), NULL, song->mutable_composer());
}
Decode(mp4_tag->comment(), NULL, song->mutable_comment());
}
} else if (tag) {
Decode(tag->comment(), NULL, song->mutable_comment());