https://bugs.kde.org/show_bug.cgi?id=510634
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/kasts/-/commit/62722 | |fe4086d1dd5e8230ea7f9d44134 | |fc51cd3a Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from [email protected] --- Git commit 62722fe4086d1dd5e8230ea7f9d44134fc51cd3a by Bart De Vries. Committed on 27/01/2026 at 18:30. Pushed by bdevries into branch 'master'. Fix empty EpisodePage on startup This was introduced by solving a clang-tidy issue. The updated code would load the data into the model using a singleShot, which means that the initial model will be empty. If anything is loaded after construction, it should be done with beginResetModel/endResetModel around the code in order to alert the delegate/view about the new data. Unfortunately, this wasn't the case. This commit fixes that. M +2 -0 src/models/episodemodel.cpp https://invent.kde.org/multimedia/kasts/-/commit/62722fe4086d1dd5e8230ea7f9d44134fc51cd3a -- You are receiving this mail because: You are watching all bug changes.
