Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Aug 20, 2024
1 parent d50f680 commit a231b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/metadata/impl/TagLibTagReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ namespace lms::metadata
{
if (wavFile->hasID3v2Tag())
{
const auto& frameListMap{ wavFile->tag()->frameListMap() };
const auto& frameListMap{ wavFile->ID3v2Tag()->frameListMap() };

if (!frameListMap["APIC"].isEmpty())
_hasEmbeddedCover = true;
Expand Down

0 comments on commit a231b4a

Please sign in to comment.