commit 0a62012c5481039eb92af2ec6f14a425d327bd81 parent 310ee989ecc33bd096075547bea51232daaec531 Author: lostd <lostd@2f30.org> Date: Tue, 14 May 2013 19:08:54 +0000 Make sure that ambresand is transliterated Diffstat:
M | bin/musicfix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/musicfix b/bin/musicfix @@ -54,6 +54,7 @@ def mkname n n = n.gsub '7"', '7 inch' n = n.gsub "7''", "7 inch" n = n.gsub "7'", "7 inch" + n = n.gsub " & ", " and " n.to_url.gsub '-', '_' end