Disable beets for now, as it breaks the build
This commit is contained in:
parent
5ae74eeefb
commit
f6e541acaf
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
beets = {
|
beets = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
paths.default = "$albumartist/$year - $album%aunique{}/$track $title";
|
paths.default = "$albumartist/$year - $album%aunique{}/$track $title";
|
||||||
import.autotag = false;
|
import.autotag = false;
|
||||||
|
|
Loading…
Reference in a new issue