Fix typo and < vs <= in dbfetch -trange option: avoids missing channels in EPG.

This commit is contained in:
df 2021-02-18 13:06:49 +00:00 committed by HummyPkg
parent 8975cbd71d
commit 2642b190b0

View File

@ -482,7 +482,7 @@ proc {epg dbfetch} {mode args} {
append q "and (e.start is null or
(e.start > $stt and e.start < $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 {