[multimedia/kasts/release/26.08] 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 9273112b7b9e8d340271a5d7116bb33c1086b51d by Bart De Vries.
Committed on 29/07/2026 at 16:11.
Pushed by bdevries into branch 'release/26.08'.

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/9273112b7b9e8d340271a5d7116bb33c1086b51d

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.