Fix typo and < vs <= in dbfetch -trange
option: avoids missing channels in EPG.
This commit is contained in:
parent
8975cbd71d
commit
2642b190b0
@ -482,7 +482,7 @@ proc {epg dbfetch} {mode args} {
|
|||||||
append q "and (e.start is null or
|
append q "and (e.start is null or
|
||||||
(e.start > $stt and e.start < $ett) or
|
(e.start > $stt and e.start < $ett) or
|
||||||
(e.end > $stt and e.end < $ett) or
|
(e.end > $stt and e.end < $ett) or
|
||||||
(e.start < $stt and e.end > $stt)
|
(e.start <= $stt and e.end >= $ett)
|
||||||
) "
|
) "
|
||||||
}
|
}
|
||||||
-fav {
|
-fav {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user