Merge with bugfix-0.5
/mp3togo/conf.py
blob:8438560af378557578d35afc8e6bc4dd24489531 -> blob:bf6a7991d95547627ff3ea3a16874a4c005b1699
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -329,7 +329,7 @@ def make_args(helper, input, output, arg
if "###input###" in out:
out[out.index("###input###")] = input
if "###output###" in out:
- out[out.index("###output###")] = output
+ out[out.index("###output###")] = output
return out