mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
gui/movieplayer.cpp: mark auto-screenshot as done in any case,
if one try fail, next will probably fail anyway
This commit is contained in:
@@ -2151,4 +2151,6 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
sc->Start();
|
sc->Start();
|
||||||
|
if (autoshot)
|
||||||
|
autoshot_done = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user