We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9558fa3 commit 56494a9Copy full SHA for 56494a9
src/cyanrip_main.c
@@ -810,7 +810,8 @@ repeat_ripping:;
810
t->total_repeats = total_repeats;
811
if (!ret) {
812
cyanrip_finalize_encoding(ctx, t);
813
- crip_replaygain_meta_track(ctx, t);
+ if (ctx->settings.enable_replaygain)
814
+ crip_replaygain_meta_track(ctx, t);
815
cyanrip_log_track_end(ctx, t);
816
cyanrip_cue_track(ctx, t);
817
} else {
0 commit comments