diff options
| author | tim <tim@eclectronics.org> | 2018-04-17 22:53:24 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-17 22:53:24 +0100 |
| commit | 782b801ddb352cfc00266d3bf5779faab3dd0efb (patch) | |
| tree | ab8ba85627875e3ae439a645be945d9833f578e3 | |
| parent | 7b229ad4d0225631840d806d29164d74ebafbe3d (diff) | |
| -rw-r--r-- | menuApp/src/dirscanner.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/menuApp/src/dirscanner.cpp b/menuApp/src/dirscanner.cpp index 7aebb15..b2a86c0 100644 --- a/menuApp/src/dirscanner.cpp +++ b/menuApp/src/dirscanner.cpp @@ -66,7 +66,8 @@ void playItem::draw(){ video.draw(0,0,1080*FACTOR,1920*FACTOR); //if (video.getIsMovieDone()){ - if (!video.isPlaying()){ + //if (!video.isPlaying()){ + if (video.getCurrentFrame()==video.getTotalNumFrames()){ isFinished=true; } } |
