diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/beets/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index cb28ede9..86ca8593 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -37,8 +37,9 @@ # Plugin config lastgenre = { - # force = false; - prefer_specific = true; + prefer_specific = false; + # Lookup the track, not the album + source = "track"; }; fetchart = {}; lyrics = { |