commit 36cb8d45964d0bfe9a0b0632118d7befb19212a4
parent 4071441155580cd35e6ff80f0ee414a000f6c5b0
Author: Haris <haris@feanor.lan>
Date: Wed, 26 Jun 2013 00:17:13 +0300
identation fix.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/wavtomp3 b/wavtomp3
@@ -33,4 +33,3 @@ while (my ($files, $names) = $all->() ) {
chomp (my $stripped = substr ($names, 17));
exec `/usr/local/bin/lame -V2 -q0 --tt \"$stripped\" --tn $numbering --ta \"$artist\" --tl \"$album\" --ty $year --tg \"$genre\" $files "$numbering - $stripped.mp3"`;
}
-