switch to rodio backend for playback

This commit is contained in:
Henrik Friedrichsen
2019-03-24 18:58:07 +01:00
parent e0f7b5c156
commit 2d4b18a30b
3 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ default-features = false
features = ["pancurses-backend"]
[features]
pulseaudio_backend = ["librespot/pulseaudio-backend"]
rodio_backend = ["librespot/rodio-backend"]
portaudio_backend = ["librespot/portaudio-backend"]
mpris = ["dbus"]
default = ["pulseaudio_backend", "mpris"]
default = ["rodio_backend", "mpris"]