decoder/Bridge: install an InputStreamHandler on local files
Before the advent of io_uring (commit dae8da70), this didn't
matter, because the `FileInputStream` never called this. But
`UringInputStream` is derived from `AsyncInputStream`, and needs the
handler to signal completion.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/898
Showing
Please
register
or
sign in
to comment