diff options
author | momo-i <momo-i@ampache> | 2009-05-06 13:15:22 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-05-06 13:15:22 +0000 |
commit | da6a97ce353e94f0f68968a02679364419cd7576 (patch) | |
tree | 1c9310441d1f2c051e7e6a94a6f29c68ad7cca75 /stream.php | |
parent | dd9ecaa106f5d6f137b6ecb772830db03269ee0b (diff) | |
download | ampache-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |