Ticket #281: mythplugins-video-always-play-next.patch

File mythplugins-video-always-play-next.patch, 504 bytes (added by Tomas Edwardsson <tommi@…>, 19 years ago)
  • mythplugins/mythvideo/mythvideo/videoselected.cpp

    old new  
    188188    while (parentItem->ChildID() > 0 && playing_time.elapsed() > 10000)
    189189    {
    190190        childItem->setID(parentItem->ChildID());
    191         childItem = video_list->getVideoListMetadata(parentItem->ChildID());
     191        childItem->fillDataFromID();
    192192
    193193        if (parentItem->ChildID() > 0)
    194194        {