mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 09:48:51 +01:00
Fixed double loading of video on playlist change.
This commit is contained in:
parent
d5f79d505e
commit
b2d6ffb4c4
@ -471,7 +471,6 @@ void RetroFE::run( )
|
|||||||
case RETROFE_PLAYLIST_LOAD_ART:
|
case RETROFE_PLAYLIST_LOAD_ART:
|
||||||
if (currentPage_->isIdle( ))
|
if (currentPage_->isIdle( ))
|
||||||
{
|
{
|
||||||
currentPage_->onNewItemSelected( );
|
|
||||||
currentPage_->reallocateMenuSpritePoints( );
|
currentPage_->reallocateMenuSpritePoints( );
|
||||||
currentPage_->playlistEnter( );
|
currentPage_->playlistEnter( );
|
||||||
state = RETROFE_PLAYLIST_ENTER;
|
state = RETROFE_PLAYLIST_ENTER;
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
std::string retrofe_version_major = "0";
|
std::string retrofe_version_major = "0";
|
||||||
std::string retrofe_version_minor = "8";
|
std::string retrofe_version_minor = "8";
|
||||||
std::string retrofe_version_build = "15b7";
|
std::string retrofe_version_build = "15b8";
|
||||||
|
|
||||||
|
|
||||||
std::string Version::getString( )
|
std::string Version::getString( )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user