🐛 fix spotifyd not choosing correct backend

dev-docs
Moritz Böhme 2022-02-15 16:42:07 +01:00
parent 232817c902
commit 1f21a8925c
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
# The displayed device type in Spotify clients.
device_type = "computer";
# set backend to pulseaudio
backend = "pulseaudio";
};
};
};