diff --git a/es-app/src/views/gamelist/GridGameListView.cpp b/es-app/src/views/gamelist/GridGameListView.cpp index 980ce3ff9..144802b68 100644 --- a/es-app/src/views/gamelist/GridGameListView.cpp +++ b/es-app/src/views/gamelist/GridGameListView.cpp @@ -316,11 +316,11 @@ void GridGameListView::updateInfoPanel() //mDescription.setText(""); fadingOut = true; }else{ - if (!mVideo->setVideo(file->getVideoPath())) - { - mVideo->setDefaultVideo(); - } - mVideoPlaying = true; +// if (!mVideo->setVideo(file->getVideoPath())) +// { +// mVideo->setDefaultVideo(); +// } +// mVideoPlaying = true; mVideo->setImage(file->getThumbnailPath()); mMarquee.setImage(file->getMarqueePath());