[mythtv-commits] [MythTV/mythtv] 6157a1: Fix handling of deleted channels in Scheduler::Get...

David Engel noreply at github.com
Mon Dec 28 23:20:46 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 6157a1772ac4f005aa144c9f97cb317b3d341746
      https://github.com/MythTV/mythtv/commit/6157a1772ac4f005aa144c9f97cb317b3d341746
  Author: David Engel <dengel at mythtv.org>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    M mythtv/programs/mythbackend/scheduler.cpp

  Log Message:
  -----------
  Fix handling of deleted channels in Scheduler::GetAllScheduled()

Deleted channels should not be joined at all.  Joining them only on
chanid and then filtering in the where clause caused valid rules to
not be included.

Fixes #295




More information about the mythtv-commits mailing list