diff --git a/mythplugins/mythvideo/mythvideo/videodlg.cpp b/mythplugins/mythvideo/mythvideo/videodlg.cpp index 3fd6d24fa16..93ad89d4aa7 100644 --- a/mythplugins/mythvideo/mythvideo/videodlg.cpp +++ b/mythplugins/mythvideo/mythvideo/videodlg.cpp @@ -422,7 +422,7 @@ namespace else VideoPlayerCommand::PlayerFor(item.get()).Play(); - if (item->GetChildID() > 0) + if (item->GetChildID() > 0 && video_list.byID(item->GetChildID())) item = video_list.byID(item->GetChildID()); else break;