Merge tag 'v0.20.11'

release v0.20.11
This commit is contained in:
Max Kellermann
2017-10-18 10:21:39 +02:00
9 changed files with 107 additions and 21 deletions

View File

@@ -508,6 +508,7 @@ try {
decoder_run_song(dc, song, uri_utf8, path_fs);
} catch (...) {
dc.state = DecoderState::ERROR;
dc.command = DecoderCommand::NONE;
dc.error = std::current_exception();
dc.client_cond.signal();
}