https://bugs.kde.org/show_bug.cgi?id=502258
Plata <plata.h...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |25.04 Latest Commit| |https://invent.kde.org/util | |ities/telly-skout/-/commit/ | |fa169acabaf67af74b7fdf41661 | |dd64e06032989 --- Comment #3 from Plata <plata.h...@kdemail.net> --- Git commit fa169acabaf67af74b7fdf41661dd64e06032989 by Plata Hill. Committed on 01/04/2025 at 16:50. Pushed by plata into branch 'master'. Improve handling of gaps/overlaps in the programs It can happen that the program data contains errors such that there are gaps between programs or programs overlap. If this happens, the "Favorites" page breaks. This was handled by adjusting the start time of a program to the stop time of the previous program. However, if the stop time of the previous program is completely off (e.g. correct time but on the next day), the problem still persists. Enhance the logic to (hopefully) be more robust against these kinds of errors. Follow the logic that it's better to start too early than missing something. FIXED-IN: 25.04 M +5 -0 src/program.cpp M +1 -0 src/program.h M +10 -1 src/programsmodel.cpp https://invent.kde.org/utilities/telly-skout/-/commit/fa169acabaf67af74b7fdf41661dd64e06032989 -- You are receiving this mail because: You are watching all bug changes.