output_thread: wait 10 seconds before reopening after play failure
This is similar to the MPD 0.14 patch "wait 10 seconds before reopening a failed device", which only covered open() failures. This patch adds the same feature for play().
This commit is contained in:
@@ -83,6 +83,10 @@ static void ao_play(struct audio_output *ao)
|
||||
|
||||
ao_plugin_cancel(ao->plugin, ao->data);
|
||||
ao_close(ao);
|
||||
|
||||
/* don't automatically reopen this device for
|
||||
10 seconds */
|
||||
ao->fail_timer = g_timer_new();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user