diff --git a/cli/helper.cpp b/cli/helper.cpp index 418788c..f464355 100644 --- a/cli/helper.cpp +++ b/cli/helper.cpp @@ -284,10 +284,11 @@ void printField(const FieldScope &scope, const Tag *tag, TagType tagType, bool s if (scope.field.knownFieldForTag(tag, tagType) == KnownField::Cover) { if (tagType == TagType::Id3v2Tag) { printId3v2CoverValues(static_cast(tag)); - } else { + return; + } else if (tagType == TagType::VorbisComment) { printId3v2CoverValues(static_cast(tag)); + return; } - return; } // parse field denotation