output/alsa: clear error after reopening device
When a playback error has occurred, MPD would never recover until one restarts MPD.
This commit is contained in:
@@ -673,6 +673,7 @@ AlsaOutput::Open(AudioFormat &audio_format)
|
||||
|
||||
active = false;
|
||||
must_prepare = false;
|
||||
error = {};
|
||||
}
|
||||
|
||||
inline int
|
||||
|
Reference in New Issue
Block a user