Ticket #9911: programinfo-data-indices.patch

File programinfo-data-indices.patch, 681 bytes (added by Gregory Moyer <moyerg@…>, 13 years ago)
  • mythtv/libs/libmyth/programinfo.cpp

    diff --git a/mythtv/libs/libmyth/programinfo.cpp b/mythtv/libs/libmyth/programinfo.cpp
    index c1ae4b1..c59fe3a 100644
    a b bool ProgramInfo::LoadProgramFromRecorded( 
    17571757    findid       = query.value(45).toUInt();
    17581758
    17591759    /**///rectype;
    1760     dupin        = RecordingDupInType(query.value(43).toInt());
    1761     dupmethod    = RecordingDupMethodType(query.value(44).toInt());
     1760    dupin        = RecordingDupInType(query.value(46).toInt());
     1761    dupmethod    = RecordingDupMethodType(query.value(47).toInt());
    17621762
    17631763    // ancillary data -- begin
    17641764    set_flag(programflags, FL_CHANCOMMFREE,