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 e354a6d commit f471817Copy full SHA for f471817
mythtv/libs/libmythmetadata/metadatafactory.cpp
@@ -630,7 +630,8 @@ LookupType GuessLookupType(ProgramInfo *pginfo)
630
// subtitle, it's *probably* a movie. If it's some
631
// weird combination of both, we've got to try everything.
632
RecordingRule *rule = new RecordingRule();
633
- rule->LoadByProgram(pginfo);
+ rule->m_recordID = pginfo->GetRecordingRuleID();
634
+ rule->Load();
635
int ruleepisode = rule->m_episode;
636
delete rule;
637
0 commit comments