summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-07-09 09:09:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-07-09 09:09:04 +0000
commitf7bd46cb53f9b6b90bae665f4556af93c9a736eb (patch)
treed59f2a9e7c652933033c26ba6b9ca116f50e27bd /config
parent2fa487db93f0dd1fd09e1d0cb75b5363adbe4d2f (diff)
downloadampache-f7bd46cb53f9b6b90bae665f4556af93c9a736eb.tar.gz
ampache-f7bd46cb53f9b6b90bae665f4556af93c9a736eb.tar.bz2
ampache-f7bd46cb53f9b6b90bae665f4556af93c9a736eb.zip
strip excessive \n from catalog_update Thx ascheel
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 36368213..4317b60c 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -520,7 +520,7 @@ transcode_flac_target = mp3
;transcode_mp3 = false
transcode_mp3_target = mp3
;transcode_ogg = false
-transcode_ogg_target = ogg
+transcode_ogg_target = mp3
; These are the commands that will be run to transcode the file
transcode_cmd_flac = "flac -dc %FILE% | lame -b %SAMPLE% -S - - "