[mythtv-commits] mythtv commit: r11262 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 22 03:20:12 UTC 2006


      Author: cpinkham
        Date: 2006-09-22 03:20:11 +0000 (Fri, 22 Sep 2006)
New Revision: 11262
   Changeset: http://cvs.mythtv.org/trac/changeset/11262

Modified:

   trunk/mythtv/libs/libmythtv/programinfo.cpp

Log:

In ProgramInfo::StartedRecording, we need to check more than the chanid and
starttime when copying the program info from the program table to the
recordedprogram table.  This is because a manually scheduled recording can
mask a normal program listing, but both are still in the program table.

This mod makes StartedRecording check the program title in addition to the
chanid and starttime when copying data to make sure we are copying the right
data.  Previously we'd copy the wrong data which caused duplicate rows to
appear on the Watch Recordings screen for the manually scheduled recording.

Closes #2368.






More information about the mythtv-commits mailing list