mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(spotifyd): disable mpris
fixes #48 big thanks to @n0ur and her copilot
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
username_cmd = "cat $CREDENTIALS_DIRECTORY/username";
|
username_cmd = "cat $CREDENTIALS_DIRECTORY/username";
|
||||||
password_cmd = "cat $CREDENTIALS_DIRECTORY/password";
|
password_cmd = "cat $CREDENTIALS_DIRECTORY/password";
|
||||||
bitrate = 320;
|
bitrate = 320;
|
||||||
|
use_mpris = false;
|
||||||
device_type = "s_t_b"; # set-top box
|
device_type = "s_t_b"; # set-top box
|
||||||
device_name = config.networking.hostName;
|
device_name = config.networking.hostName;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user