| 1 | diff --git a/mythtv/libs/libmyth/programinfo.cpp b/mythtv/libs/libmyth/programinfo.cpp
|
|---|
| 2 | index 6816f72..f444b44 100644
|
|---|
| 3 | --- a/mythtv/libs/libmyth/programinfo.cpp
|
|---|
| 4 | +++ b/mythtv/libs/libmyth/programinfo.cpp
|
|---|
| 5 | @@ -1855,7 +1855,7 @@ bool ProgramInfo::LoadProgramFromRecorded(
|
|---|
| 6 | query.value(31).toInt() == COMM_FLAG_DONE);
|
|---|
| 7 | set_flag(programflags, FL_COMMPROCESSING ,
|
|---|
| 8 | query.value(31).toInt() == COMM_FLAG_PROCESSING);
|
|---|
| 9 | - set_flag(programflags, FL_REPEAT, query.value(29).toBool());
|
|---|
| 10 | + set_flag(programflags, FL_REPEAT, query.value(32).toBool());
|
|---|
| 11 | set_flag(programflags, FL_TRANSCODED,
|
|---|
| 12 | query.value(34).toInt() == TRANSCODING_COMPLETE);
|
|---|
| 13 | set_flag(programflags, FL_DELETEPENDING, query.value(35).toBool());
|
|---|