
mythtv at cvs
Nov 16, 2009, 6:09 PM
Post #1 of 3
(266 views)
Permalink
|
|
Ticket #7590: programinfo needs to init isVideo when loading from DB
|
|
#7590: programinfo needs to init isVideo when loading from DB --------------------------------------------------+------------------------- Reporter: John Patrick Poet <jppoet@…> | Owner: ijr Type: defect | Status: new Priority: minor | Milestone: unknown Component: MythTV - General | Version: unknown Severity: low | Mlocked: 0 --------------------------------------------------+------------------------- {{{ ProgramInfo::ProgramInfo(const MSqlQuery &query, ...) }}} Does not initialize isVideo. This causes ProgramInfo::ToMap() to randomly fill in starttime, endtime, startdate, etc., incorrectly. Trivial patch attached. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7590> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|