mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
fix(beets): remove buggy lyrics plugin
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
|
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
|
||||||
directory = "~/cloud/syncthing/music";
|
directory = "~/cloud/syncthing/music";
|
||||||
library = "~/cloud/syncthing/common/music.db";
|
library = "~/cloud/syncthing/common/music.db";
|
||||||
plugins = lib.concatStringsSep " " [ "fetchart" "lastgenre" "lyrics" ];
|
plugins = toString [ "fetchart" "lastgenre" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user