diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 22:00:34 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 22:00:34 -0500 |
commit | 150b6505307b155213d238c0f2705adcdbbb8405 (patch) | |
tree | cf3cea3603e648009c4bfa54255cf43427294348 | |
parent | dff1d2cf46f1f8d437a50b30ddf92486bf180674 (diff) | |
download | ampache-150b6505307b155213d238c0f2705adcdbbb8405.tar.gz ampache-150b6505307b155213d238c0f2705adcdbbb8405.tar.bz2 ampache-150b6505307b155213d238c0f2705adcdbbb8405.zip |
Add missing % to sample command
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 992438f3..4e677594 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -554,7 +554,7 @@ refresh_limit = "60" ; equivalent to the old default, but if you find that necessary you should be ; clever enough to figure out how on your own. ; DEFAULT: none -;transcode_cmd = "ffmpeg -i %FILE" +;transcode_cmd = "ffmpeg -i %FILE%" ; Specific transcode commands ; It shouldn't be necessary in most cases, but you can override the transcode |