[multimedia/kasts] src/utils: Fix new chapter titles not getting stored in database.

Bart De Vries <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 3ede2d46f7d4d53a3fdf58e92007d91db3847b02 by Bart De Vries.
Committed on 29/07/2026 at 16:06.
Pushed by bdevries into branch 'master'.

Fix new chapter titles not getting stored in database.

BUG: 523619

M  +1    -0    src/utils/updatefeedjob.cpp

https://invent.kde.org/multimedia/kasts/-/commit/3ede2d46f7d4d53a3fdf58e92007d91db3847b02

diff --git a/src/utils/updatefeedjob.cpp b/src/utils/updatefeedjob.cpp
index 1e49ff8f..5e3f4717 100644
--- a/src/utils/updatefeedjob.cpp
+++ b/src/utils/updatefeedjob.cpp
@@ -698,6 +698,7 @@ bool UpdateFeedJob::processChapters(const QString &id, const QMultiMap<QString,
                     isNewOrModified = true;
                     ChapterDetails chapterDetails;
                     chapterDetails.start = startInt;
+                    chapterDetails.title = title;
                     chapterDetails.link = link;
                     chapterDetails.image = image;
                     chapterDetails.state = RecordState::New;
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.