summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2009-05-06 13:15:22 +0000
committermomo-i <momo-i@ampache>2009-05-06 13:15:22 +0000
commitda6a97ce353e94f0f68968a02679364419cd7576 (patch)
tree1c9310441d1f2c051e7e6a94a6f29c68ad7cca75 /stream.php
parentdd9ecaa106f5d6f137b6ecb772830db03269ee0b (diff)
downloadampache-da6a97ce353e94f0f68968a02679364419cd7576.tar.gz
ampache-da6a97ce353e94f0f68968a02679364419cd7576.tar.bz2
ampache-da6a97ce353e94f0f68968a02679364419cd7576.zip
Update HTML header for RTL language.
add debug_event for stream type check
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream.php b/stream.php
index ff92a308..e1a65585 100644
--- a/stream.php
+++ b/stream.php
@@ -160,6 +160,7 @@ switch ($_REQUEST['method']) {
}
/* Start the Stream */
+ debug_event('stream.php' , 'Stream Type: '.$stream_type.' Media IDs: '.$media_ids, '5');
$stream = new Stream($stream_type,$media_ids);
$stream->add_urls($urls);
$stream->start();