mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
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:
parent
bac1eba3f8
commit
cd68344dc5
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue