summaryrefslogtreecommitdiffstats
path: root/lib/stream.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-09 07:02:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-09 07:02:49 +0000
commit53e05bc90da0864e19eabdea083d32080dbaa283 (patch)
treeda54b0c181e9cb820ff98e5f8b6c974d568e504f /lib/stream.lib.php
parent6906bb43c6635ece5150c9abffe8e9bb16a03f6c (diff)
downloadampache-53e05bc90da0864e19eabdea083d32080dbaa283.tar.gz
ampache-53e05bc90da0864e19eabdea083d32080dbaa283.tar.bz2
ampache-53e05bc90da0864e19eabdea083d32080dbaa283.zip
final commit before beta1 release
Diffstat (limited to 'lib/stream.lib.php')
-rw-r--r--lib/stream.lib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stream.lib.php b/lib/stream.lib.php
index 89ca52b4..4668ee92 100644
--- a/lib/stream.lib.php
+++ b/lib/stream.lib.php
@@ -236,6 +236,7 @@ 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);