From e1cf13c8d76e40fe5ac240847d5a06bd1f918a21 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 3 Jul 2024 11:18:00 +1200 Subject: [PATCH] esv: substitute hyphens in books with -a Fixes: https://todo.sr.ht/~jeremy/esv/7 --- esv.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esv.d b/esv.d index 30642fa..ea74e88 100644 --- a/esv.d +++ b/esv.d @@ -137,7 +137,7 @@ key = %s string tmpf, player; try - tmpf = esv.getAudioPassage(args[1], args[2]); + tmpf = esv.getAudioPassage(parseBook(args[1]), args[2]); catch (CurlException e) die(e.msg); player = environment.get(cf.playerEnv, cf.mp3Player);