1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(beets): remove buggy lyrics plugin

This commit is contained in:
2021-10-24 09:48:31 +02:00
parent bf8f6d8d52
commit 087c138906

View File

@@ -5,7 +5,7 @@
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
directory = "~/cloud/syncthing/music";
library = "~/cloud/syncthing/common/music.db";
plugins = lib.concatStringsSep " " [ "fetchart" "lastgenre" "lyrics" ];
plugins = toString [ "fetchart" "lastgenre" ];
};
};
}