[mythtv-commits] mythtv commit: r11263 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 22 03:24:44 UTC 2006


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

Modified:

   branches/release-0-20-fixes/mythtv/libs/libmythtv/programinfo.cpp

Log:

Carry over [11262] from head.  References #2368.

Commit log for [11262]:

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.






More information about the mythtv-commits mailing list