diff options
-rw-r--r-- | src/audioOutput_shout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutput_shout.c b/src/audioOutput_shout.c index 0de8f4f57..4876ae508 100644 --- a/src/audioOutput_shout.c +++ b/src/audioOutput_shout.c @@ -414,7 +414,7 @@ static int shout_openDevice(AudioOutput * audioOutput, if(sd->opened) return 0; if(shout_openShoutConn(audioOutput) < 0) { - audioOutput->open = 1; + audioOutput->open = 0; return -1; } |