[mythtv-commits] mythtv commit: r15563 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jan 23 21:28:57 UTC 2008


      Author: cpinkham
        Date: 2008-01-23 21:28:57 +0000 (Wed, 23 Jan 2008)
New Revision: 15563
   Changeset: http://cvs.mythtv.org/trac/changeset/15563

Modified:

   trunk/mythtv/programs/mythbackend/mainserver.cpp

Log:

Couple minor changes to the last_delete update logic in MainServer.

Move the ProgramInfo::UpdateLastDelete() call up above the actual file
deletion so it occurs earlier in the delete process.

Add another check to make sure we don't move failed recordings into the
"Deleted" recgroup.  This wasn't possible to begin with with current code,
this change just clarifies it by checking the new 'deleteFailedRec' bool.






More information about the mythtv-commits mailing list