From 7eb57a8d408c15fe205cf3c7657229918dc37156 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 6 Dec 2020 09:29:47 +0100 Subject: [PATCH] fix: flac process message --- albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy b/albentohandy index 0967ad7..c88aef6 100755 --- a/albentohandy +++ b/albentohandy @@ -381,7 +381,7 @@ ConvertProcess() $((curphase++)) $phase ConvertFlacToMp3 "$WORK" "$parallelopts" elif [ $mp3 == false ] && [ $flac == true ]; then - printf "\nPhase %02d of %02d: flac -> mp3\n" \ + printf "\nPhase %02d of %02d: flac -> flac with cover\n" \ $((curphase++)) $phase PictureToFlac "$WORK" fi -- 2.47.3