From f1be5085ad5a183146059f6609fb0b50ff7fc9cb Mon Sep 17 00:00:00 2001 From: Will Stott Date: Sun, 10 Mar 2019 18:31:27 +0000 Subject: [PATCH] Make rodio backend the default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 761b23d..d0e962d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ with-vorbis = ["librespot-audio/with-vorbis"] with-dns-sd = ["librespot-connect/with-dns-sd"] -default = ["librespot-playback/portaudio-backend"] +default = ["librespot-playback/rodio-backend"] [package.metadata.deb] maintainer = "librespot-org"