Fixed double loading of video on playlist change.

This commit is contained in:
Pieter Hulshoff 2018-05-26 21:59:21 +02:00 committed by Vincent-FK
parent d5f79d505e
commit b2d6ffb4c4
2 changed files with 1 additions and 2 deletions

View File

@ -471,7 +471,6 @@ void RetroFE::run( )
case RETROFE_PLAYLIST_LOAD_ART:
if (currentPage_->isIdle( ))
{
currentPage_->onNewItemSelected( );
currentPage_->reallocateMenuSpritePoints( );
currentPage_->playlistEnter( );
state = RETROFE_PLAYLIST_ENTER;

View File

@ -21,7 +21,7 @@
std::string retrofe_version_major = "0";
std::string retrofe_version_minor = "8";
std::string retrofe_version_build = "15b7";
std::string retrofe_version_build = "15b8";
std::string Version::getString( )