aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/home/conf/beets/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index 03f58c45..7cb2b257 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -68,7 +68,7 @@
# Also generate the replaygain for the album variant (so selecting between
# track and album becomes possible)
event = "import";
- command = "beet replaygain --album";
+ command = "echo Remember to run 'beet replaygain --album' to generate the album replaygain values for the imported songs!";
}
];
};