[mythtv] programs/mythfilldatabase/xmltvparser.cpp question

jack snodgrass mrlinuxgroups at gmail.com
Mon Sep 10 00:40:04 UTC 2007


The SVN/Trunk version of programs/mythfilldatabase/xmltvparser.cpp has:

if (pginfo->airdate.isEmpty())
    pginfo->airdate = QDate::currentDate().toString("yyyy");

which effectively sets the airdate column in the programs table to
2007 for all of my
program listings. Then MythWeb shows the 'airdate' of 2007 instead of the
originalairdate value that it should display.

Should that
if (pginfo->airdate.isEmpty())
    pginfo->airdate = QDate::currentDate().toString("yyyy");
be in there?

jack


More information about the mythtv-dev mailing list