[multimedia/kid3] src/plugins/taglibmetadata: Matroska: Fix deleting frames

Urs Fleisch <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 481a61f752c625b62b7d2ce87878e707171dfb6a by Urs Fleisch.
Committed on 20/07/2026 at 03:00.
Pushed by ufleisch into branch 'master'.

Matroska: Fix deleting frames

M  +1    -0    src/plugins/taglibmetadata/taglibmatroskasupport.cpp

https://invent.kde.org/multimedia/kid3/-/commit/481a61f752c625b62b7d2ce87878e707171dfb6a

diff --git a/src/plugins/taglibmetadata/taglibmatroskasupport.cpp b/src/plugins/taglibmetadata/taglibmatroskasupport.cpp
index a80024c2..6b3f5827 100644
--- a/src/plugins/taglibmetadata/taglibmatroskasupport.cpp
+++ b/src/plugins/taglibmetadata/taglibmatroskasupport.cpp
@@ -718,6 +718,7 @@ bool TagLibMatroskaSupport::deleteFrame(TagLibFile& f, Frame::TagNumber tagNr,
         index >= 0 && index < static_cast<int>(mkaTag->simpleTagsList().size())) {
       mkaTag->removeSimpleTag(index);
       f.markTagChanged(tagNr, frame.getExtendedType());
+      return true;
     }
   }
   return false;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.