We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974dcf4 commit 257e9e4Copy full SHA for 257e9e4
mythtv/libs/libmythtv/recordingrule.cpp
@@ -107,7 +107,7 @@ bool RecordingRule::Load()
107
m_dupMethod = static_cast<RecordingDupMethodType>
108
(query.value(6).toInt());
109
m_dupIn = static_cast<RecordingDupInType>(query.value(7).toInt());
110
- m_filter = query.value(43).toUInt();
+ m_filter = query.value(47).toUInt();
111
m_isInactive = query.value(8).toBool();
112
// Storage
113
m_recProfile = query.value(9).toString();
0 commit comments