Ticket #10383: 10383_2.patch

File 10383_2.patch, 587 bytes (added by This time I didn't change the metadata classes but changed the MetadataOptions so that they just use the selected query results instead of doing another lookup. Worked for me ... hope it did not break anything else ..., 12 years ago)
  • mythtv/programs/mythfrontend/scheduleeditor.cpp

    diff --git a/mythtv/programs/mythfrontend/scheduleeditor.cpp b/mythtv/programs/mythfrontend/scheduleeditor.cpp
    index 4f85c70..877371a 100644
    a b void MetadataOptions::PerformQuery() 
    14761476
    14771477void MetadataOptions::OnSearchListSelection(MetadataLookup *lookup)
    14781478{
    1479     if (!lookup)
    1480         return;
    1481 
    1482     m_lookup = lookup;
    1483 
    1484     m_metadataFactory->Lookup(lookup);
     1479    QueryComplete(lookup);
    14851480}
    14861481
    14871482void MetadataOptions::OnImageSearchListSelection(ArtworkInfo info,