Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/audio/audioplayer: do not use open() on QNetworkReply
For obscure and unknown reasons, calling open() on a QNetworkReply sometimes resets the buffer in a way that only allows retrieving the data under conditions out of our control, resulting in an empty file being written. It doesn't appear to be necessary anyway so omitting it works just fine.
- Loading branch information