Merge pull request 'hotfix' (#144) from fix-mpd into main
Reviewed-on: #144
This commit is contained in:
commit
a9075eebbc
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ _: {
|
||||||
}
|
}
|
||||||
replaygain "track"
|
replaygain "track"
|
||||||
volume_normalization "yes"
|
volume_normalization "yes"
|
||||||
max_playlist_length 1048576
|
max_playlist_length "1048576"
|
||||||
max_command_list_size 1048576
|
max_command_list_size "1048576"
|
||||||
max_output_buffer_size 1048576
|
max_output_buffer_size "1048576"
|
||||||
auto_update yes
|
auto_update "yes"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
programs.ncmpcpp.enable = true;
|
programs.ncmpcpp.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue