mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15: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("");
|
//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());
|
||||||
|
|
Loading…
Reference in a new issue