summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index bc23d28b..4d7b44c5 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -691,7 +691,7 @@ class Stream {
$eofss = floor($song->time - ($eofmm * 60));
$eof = sprintf('%02d.%02d', $eofmm, $eofss);
- $song_file = escapeshellarg($song->file);
+ $song_file = scrub_arg($song->file);
$transcode_command = $song->stream_cmd();
if ($transcode_command == null) {