diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/beets/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 4ed6db6c..9babf9a6 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -35,9 +35,9 @@ paths = { default = "$genre/$albumartist/$album/$track $title"; - comp = "$genre/$album/$track $title"; singleton = "$genre/$artist/$title"; - "albumtype:soundtrack" = "Soundtracks ($genre)/$album/$track $title"; + comp = "$genre/$album/$track $title"; + "albumtype:soundtrack" = "Soundtracks/$genre/$album/$track $title"; }; # Plugin config |