mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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();
|
playNext();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_streamripper_active && !getpidof("streamripper"))
|
||||||
|
{
|
||||||
|
printf("streamripper should but doesn't work.\n");
|
||||||
|
m_streamripper_active = false;
|
||||||
|
update = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (update)
|
if (update)
|
||||||
{
|
{
|
||||||
if (clear_before_update)
|
if (clear_before_update)
|
||||||
|
Reference in New Issue
Block a user