- audioplayer: update gui if streamripper has stopped or crashed

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-08-18 13:16:40 +02:00
committed by Thilo Graf
parent 8f58b33167
commit b616b6731d

View File

@@ -371,6 +371,13 @@ int CAudioPlayerGui::show()
playNext();
}
if (m_streamripper_active && !getpidof("streamripper"))
{
printf("streamripper should but doesn't work.\n");
m_streamripper_active = false;
update = true;
}
if (update)
{
if (clear_before_update)