commit e7a77dab81d456a9f218db73e3c37621fe09ff99 parent 6a8775575aac0d2354a5c517667168e0b0ecc9c4 Author: lostd <lostd@2f30.org> Date: Wed, 3 Jul 2013 09:07:02 +0000 Use the proper option instead of a hack Diffstat:
M | bin/musicfix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/musicfix b/bin/musicfix @@ -58,7 +58,7 @@ def mkname n n = n.gsub "7'", "7 inch" n = n.gsub " & ", " and " # Transliterate - n.to_url.gsub '-', '_' + n.to_url :replace_whitespace_with => '_' end # Get cover artwork