Skip to content

Commit

Permalink
Fix metadata options editor for multiple results.
Browse files Browse the repository at this point in the history
Thanks to lomion for the patch (and apologies for the delay in applying
it).

Refs #10383
  • Loading branch information
sphery committed Apr 16, 2012
1 parent d5f22eb commit ea5aa87
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mythtv/programs/mythfrontend/scheduleeditor.cpp
Expand Up @@ -1476,12 +1476,7 @@ void MetadataOptions::PerformQuery()

void MetadataOptions::OnSearchListSelection(MetadataLookup *lookup)
{
if (!lookup)
return;

m_lookup = lookup;

m_metadataFactory->Lookup(lookup);
QueryComplete(lookup);
}

void MetadataOptions::OnImageSearchListSelection(ArtworkInfo info,
Expand Down

0 comments on commit ea5aa87

Please sign in to comment.