spotify-player: lower default volume and disable image
This commit is contained in:
parent
ccec508959
commit
6f3ab0b8d3
2 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ in {
|
||||||
device = {
|
device = {
|
||||||
name = "${hostName}";
|
name = "${hostName}";
|
||||||
device_type = "speaker";
|
device_type = "speaker";
|
||||||
volume = 100;
|
volume = 60;
|
||||||
bitrate = 320;
|
bitrate = 320;
|
||||||
audio_cache = false;
|
audio_cache = false;
|
||||||
normalization = false;
|
normalization = false;
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
|
|
||||||
inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
|
inherit (projectPlus) fpp-config fpp-launcher fpp-sd;
|
||||||
project-plus = projectPlus.package;
|
project-plus = projectPlus.package;
|
||||||
|
spotify-player = pkgs.spotify-player.override {withImage = false;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue