Mailing List Archive

[MythTV/mythtv] 93c278: Fix longstanding issue with Scheduler::getConflict...
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 93c278d430c9f7252aff762783556568433cda02
https://github.com/MythTV/mythtv/commit/93c278d430c9f7252aff762783556568433cda02
Author: David Engel <dengel@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().


_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits