mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
src/gui/audioplayer.cpp: add missing 'else'
Comes in with picked commit 0d0553a639
Original commit was noiseless deleted and its content was replaced.
This commit is contained in:
@@ -449,7 +449,7 @@ int CAudioPlayerGui::show()
|
|||||||
if (m_state == CAudioPlayerGui::STOP)
|
if (m_state == CAudioPlayerGui::STOP)
|
||||||
loop=false;
|
loop=false;
|
||||||
}
|
}
|
||||||
if (msg == CRCInput::RC_stop)
|
else if (msg == CRCInput::RC_stop)
|
||||||
{
|
{
|
||||||
if (m_state != CAudioPlayerGui::STOP)
|
if (m_state != CAudioPlayerGui::STOP)
|
||||||
stop();
|
stop();
|
||||||
|
Reference in New Issue
Block a user