Fixed build

This commit is contained in:
emeric
2024-08-20 09:05:29 +02:00
parent d50f680f53
commit a231b4a12a
+1 -1
View File
@@ -337,7 +337,7 @@ namespace lms::metadata
{ {
if (wavFile->hasID3v2Tag()) if (wavFile->hasID3v2Tag())
{ {
const auto& frameListMap{ wavFile->tag()->frameListMap() }; const auto& frameListMap{ wavFile->ID3v2Tag()->frameListMap() };
if (!frameListMap["APIC"].isEmpty()) if (!frameListMap["APIC"].isEmpty())
_hasEmbeddedCover = true; _hasEmbeddedCover = true;