Ticket #8777: dish_descriptors6.diff

File dish_descriptors6.diff, 545 bytes (added by Mark.Buechler@…, 16 years ago)

Set airdate correctly from EIT for Dish/Bell.

  • libs/libmythtv/eitfixup.cpp

     
    271319        bool ok;
    272320        uint y = event.description.mid(position + 1, 4).toUInt(&ok);
    273321        if (ok)
     322        {
    274323            event.originalairdate = QDate(y, 1, 1);
     324            event.airdate = y;
     325            event.previouslyshown = true;
     326        }
    275327
    276328        // Get the actors if they exist
    277329        if (position > 3)