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("");
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());