mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- audioplayer: update gui if streamripper has stopped or crashed
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user