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