mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
audioplayer: update gui if streamripper has stopped or crashed
Origin commit data
------------------
Commit: 5a5843ca02
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-18 (Fri, 18 Aug 2017)
Origin message was:
------------------
- audioplayer: update gui if streamripper has stopped or crashed
This commit is contained in:
@@ -422,6 +422,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