Fix merging ID3v2 tags

This commit is contained in:
Martchus 2022-08-11 23:59:40 +02:00
parent 60233c2af2
commit 2484cb03f8
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ void MediaFileInfo::mergeId3v2Tags()
for (auto i = isecond; i != end; ++i) {
first.insertFields(**i, false);
}
m_id3v2Tags.erase(isecond, end - 1);
m_id3v2Tags.erase(isecond, end);
}
/*!