diff options
-rw-r--r-- | modules/home/conf/beets/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 6a83831a..88073143 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -202,7 +202,7 @@ "lyrics" # Allow beets to understand deezer id's - "deezer" + # "deezer" "mpdstats" # Transfer MPD stats to beets "mpdupdate" # Update MPD database on import @@ -210,9 +210,9 @@ musicbrainz = { # Search for deezer id's and use them in the autotagger - external_ids = { - deezer = true; - }; + # external_ids = { + # deezer = true; + # }; }; # Log-on config |