Skip to content

Commit

Permalink
VideoPLayer: fix DisplayAfterSeek
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Mar 7, 2016
1 parent cbf23d2 commit 3756c27
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions xbmc/video/windows/GUIWindowFullScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,8 @@ void CGUIWindowFullScreen::FrameMove()
if (g_application.m_pPlayer->GetPlaySpeed() != 1)
g_infoManager.SetDisplayAfterSeek();

if (!g_application.m_pPlayer->HasPlayer()) return;

if( g_application.m_pPlayer->IsCaching() )
{
g_infoManager.SetDisplayAfterSeek(0); //Make sure these stuff aren't visible now
}
if (!g_application.m_pPlayer->HasPlayer())
return;

//----------------------
// ViewMode Information
Expand Down

0 comments on commit 3756c27

Please sign in to comment.