What conflict recording?The conflict recording is also broken on webif 1.2.1
I don't remember the web interface every having that, although RS does.Probably means warning of conflicting recording schedules.
humax /mnt/hd2/mod/webif/html/sched # diff index.jim~ index.jim
--- index.jim~
+++ index.jim
@@ -119,7 +119,7 @@
puts "</td>"
- if {$ended} {
+ if {$_ended} {
set ds "[clock format $s -format {%a %d %b %Y %H:%M}]"
puts "<td nowrap class=va>
--- -- --- ---- --:--<br>
Thanks - will fix in next release.Fix looks to be this:
Yep. It's not too difficult to decipher a unified diff!Is that the addition of a single underscore?
Appreciate that. Sometimes the hardest thing is thinking up variable/class names. I hate it!The fix I have committed is bigger because I sort out the variable name confusion too. Like most things, it's the product of evolution rather than design.