about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/home/conf/beets/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index b2699828..5f3a141c 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -37,7 +37,6 @@
 
       # Plugin config
       fetchart = {};
-      lastgenre = {};
       lyrics = {
         # Always fetch lyrics (and update them, if some were found)
         force = true;
@@ -82,7 +81,7 @@
         "fetchart"
 
         # Fetches tags from `last.fm` and adds them as genres to imported music
-        "lastgenre"
+        # "lastgenre"
 
         # Run commands on events
         "hook"