mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Expose possible mixer opening errors (#1488)
* playback: handle errors when opening mixer * chore: update CHANGELOG.md * fix tests and typo
This commit is contained in:
parent
80c27ec476
commit
be37402421
7 changed files with 71 additions and 39 deletions
|
@ -50,7 +50,7 @@ async fn main() -> Result<(), Error> {
|
|||
})?;
|
||||
|
||||
let session = Session::new(session_config, Some(cache));
|
||||
let mixer = mixer_builder(mixer_config);
|
||||
let mixer = mixer_builder(mixer_config)?;
|
||||
|
||||
let player = Player::new(
|
||||
player_config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue