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

This commit is contained in:
Leon Styhre 2020-05-15 18:27:35 +02:00
parent bac1eba3f8
commit cd68344dc5

View file

@ -316,11 +316,11 @@ void GridGameListView::updateInfoPanel()
//mDescription.setText(""); //mDescription.setText("");
fadingOut = true; fadingOut = true;
}else{ }else{
if (!mVideo->setVideo(file->getVideoPath())) // if (!mVideo->setVideo(file->getVideoPath()))
{ // {
mVideo->setDefaultVideo(); // mVideo->setDefaultVideo();
} // }
mVideoPlaying = true; // mVideoPlaying = true;
mVideo->setImage(file->getThumbnailPath()); mVideo->setImage(file->getThumbnailPath());
mMarquee.setImage(file->getMarqueePath()); mMarquee.setImage(file->getMarqueePath());