From 64d7437fa49d4a061dc3e5145d2813a0798671d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Jan 2024 21:29:20 +0100 Subject: [PATCH] fix(spotifyd): disable mpris fixes #48 big thanks to @n0ur and her copilot --- systems/zaatar/spotifyd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/zaatar/spotifyd.nix b/systems/zaatar/spotifyd.nix index 55b6251..451d0bc 100644 --- a/systems/zaatar/spotifyd.nix +++ b/systems/zaatar/spotifyd.nix @@ -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; };