summaryrefslogtreecommitdiff
path: root/includes/inc_stream.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-25 19:22:16 +0100
committerTheTroll <trolldev@gmail.com>2010-02-25 19:22:16 +0100
commit627da0570e79865643ae3c23c0f5244ac46d5d68 (patch)
treeda526f76a8176a0f182f275f5834bccc7c8a0e59 /includes/inc_stream.php
parentc57e43d3caa214c0067ed1ec452fc5cd94c67121 (diff)
downloadistreamdev-627da0570e79865643ae3c23c0f5244ac46d5d68.tar.gz
istreamdev-627da0570e79865643ae3c23c0f5244ac46d5d68.tar.bz2
Added a source type and now show the media browsing respect to the type
Diffstat (limited to 'includes/inc_stream.php')
-rwxr-xr-xincludes/inc_stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php
index aa3179b..b98b132 100755
--- a/includes/inc_stream.php
+++ b/includes/inc_stream.php
@@ -211,7 +211,7 @@ else
case 3:
$mediapath = $_REQUEST['mediapath'];
$subdir = $_REQUEST['subdir'];
- print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"media\" />";
+ print " <input name=\"action\" type=\"hidden\" id=\"action\" value=\"video\" />";
print " <input name=\"mediapath\" type=\"hidden\" id=\"mediapath\" value=\"{$mediapath}\" />\r\n";
print " <input name=\"subdir\" type=\"hidden\" id=\"subdir\" value=\"{$subdir}\" />\r\n";
break;