mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Read comments from MP4 tags.
This commit is contained in:
parent
f41d333788
commit
6cb083be30
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user