diff options
Diffstat (limited to '')
-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 8b8ee693c..2885ef594 100644 --- a/src/audioOutput_shout.c +++ b/src/audioOutput_shout.c @@ -370,7 +370,7 @@ static int shout_openShoutConn(AudioOutput * audioOutput) { if(initEncoder(sd) < 0) { shout_close(sd->shoutConn); - audioOutput->open = 1; + audioOutput->open = 0; return -1; } |