summaryrefslogtreecommitdiffstats
path: root/lib/stream.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-27 03:05:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-27 03:05:35 +0000
commitbb372c24ff948c7b3e8c0c10f56ae55349fadd4f (patch)
treef4359dea642a6deccd138752ede399d1f4a21d8d /lib/stream.lib.php
parente1b4e203f7546499ae85d8caa0b0b924a225b96a (diff)
downloadampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.tar.gz
ampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.tar.bz2
ampache-bb372c24ff948c7b3e8c0c10f56ae55349fadd4f.zip
hopefully the final commit before the 3.3.3 stable release
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r--lib/stream.lib.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/stream.lib.php b/lib/stream.lib.php
index af589273..d4163ab5 100644
--- a/lib/stream.lib.php
+++ b/lib/stream.lib.php
@@ -226,7 +226,6 @@ function start_downsample($song,$now_playing_id=0,$song_name=0) {
$song_file = escapeshellarg($song->file);
-
/* Replace Variables */
$downsample_command = conf($song->stream_cmd());
$downsample_command = str_replace("%FILE%",$song_file,$downsample_command);