1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(spotifyd): disable mpris

fixes #48
big thanks to @n0ur and her copilot
This commit is contained in:
2024-01-09 21:29:20 +01:00
parent 76d8ebaf2b
commit 64d7437fa4

View File

@@ -16,6 +16,7 @@
username_cmd = "cat $CREDENTIALS_DIRECTORY/username";
password_cmd = "cat $CREDENTIALS_DIRECTORY/password";
bitrate = 320;
use_mpris = false;
device_type = "s_t_b"; # set-top box
device_name = config.networking.hostName;
};