summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
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();