Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Sep 17, 2019
1 parent 43beac7 commit b507df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/track/trackmetadatataglib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ bool exportTrackMetadataIntoID3v2Tag(TagLib::ID3v2::Tag* pTag,
DEBUG_ASSERT(pHeader);
if (!checkID3v2HeaderVersionSupported(*pHeader)) {
kLogger.warning() << "Legacy ID3v2 version - exporting only basic tags";
exportTrackMetadataIntoTag(pTag, trackMetadata);
exportTrackMetadataIntoTag(pTag, trackMetadata, WRITE_TAG_OMIT_NONE);
return true; // done
}

Expand Down

0 comments on commit b507df7

Please sign in to comment.