musikr: dont stop parsing mp4 atoms
I cannot believe I have made this mistake twice.
This commit is contained in:
parent
e94b74edd4
commit
58e0956cad
1 changed files with 2 additions and 2 deletions
|
@ -115,11 +115,11 @@ void JVMMetadataBuilder::setMp4(TagLib::MP4::Tag &tag) {
|
||||||
if (format == TagLib::MP4::CoverArt::PNG
|
if (format == TagLib::MP4::CoverArt::PNG
|
||||||
|| format == TagLib::MP4::CoverArt::JPEG) {
|
|| format == TagLib::MP4::CoverArt::JPEG) {
|
||||||
cover = pic.data();
|
cover = pic.data();
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cover = pics.front().data();
|
cover = pics.front().data();
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
auto type = itemValue.type();
|
auto type = itemValue.type();
|
||||||
std::string serializedValue;
|
std::string serializedValue;
|
||||||
|
|
Loading…
Reference in a new issue