[mythtv-commits] [MythTV/mythtv] 93c278: Fix longstanding issue with Scheduler::getConflict...

David Engel noreply at github.com
Mon Oct 12 20:41:48 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 93c278d430c9f7252aff762783556568433cda02
      https://github.com/MythTV/mythtv/commit/93c278d430c9f7252aff762783556568433cda02
  Author: David Engel <dengel at mythtv.org>
  Date:   2020-10-12 (Mon, 12 Oct 2020)

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

  Log Message:
  -----------
  Fix longstanding issue with Scheduler::getConflicting().

Somewhere along the line, probably in a refactoring or cleanup,
getConflicting() was broken by making it use FindNextConflict().  The
problem is that FindNextConflict() strictly checks inputs and when
getConflicting() is called, the inputs for non-recording programs have
already been removed.  This fix adds an ignoreinput parameter to be
used when FindNextConflict() is called from getConflicting().




More information about the mythtv-commits mailing list