Skip to content

Commit

Permalink
VideoDialog: fix loop when using the choose metadata popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Jan 5, 2019
1 parent 3382e1a commit 2738b98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mythtv/programs/mythfrontend/videodlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3527,9 +3527,7 @@ void VideoDialog::OnVideoSearchListSelection(RefCountHandler<MetadataLookup> loo
if (!lookup)
return;

lookup->SetStep(kLookupData);
lookup->IncrRef();
m_metadataFactory->Lookup(lookup);
OnVideoSearchDone(lookup);
}

void VideoDialog::OnParentalChange(int amount)
Expand Down

0 comments on commit 2738b98

Please sign in to comment.