diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-10 23:32:02 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-10 23:32:02 +0200 |
commit | c0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac (patch) | |
tree | 5b208b77c95a598bf9660c204305a132f619130b /modules/home/conf/beets/default.nix | |
parent | feat(home/beets): Place songs under the main artist directory (diff) | |
download | nixos-config-c0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac.tar.gz nixos-config-c0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac.zip |
fix(home/beets): Remove `ftintitle` plugin, as it is no longer necessary
Diffstat (limited to 'modules/home/conf/beets/default.nix')
-rw-r--r-- | modules/home/conf/beets/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index cafc5ccb..ada99fbf 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -182,9 +182,6 @@ # Allow fuzzy searching "fuzzy" - # Put featured artist in the title (this helps with grouping by artist) - "ftintitle" - # Filter out duplicates "duplicates" |