From cd68344dc5abd4aadc5129c67d2d7b8a68bc444a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 15 May 2020 18:27:35 +0200 Subject: [PATCH] Deactivated broken video playing in Grid view as a temporary fix. This functionality needs to be fully removed or properly implemented at a later date --- es-app/src/views/gamelist/GridGameListView.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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());