Restrict matching epsiodes search to same channel

This commit is contained in:
Bob Buxton 2021-01-20 16:11:59 +00:00 committed by df
parent a748870195
commit 6c3c1f3423
1 changed files with 1 additions and 0 deletions

View File

@ -970,6 +970,7 @@ proc {rsv construct} {event type} {
set now [clock seconds]
set progs [lmap i [\
epg dbfetch dump -scrid [$event get series_crid] \
-service [$event get service_id] \
-sort start] {
if {[set ecrid [$i get event_crid]] eq ""} continue