From f6334ee8e1f60d65edc1217d6c3040dc5222380c Mon Sep 17 00:00:00 2001 From: Alib Date: Sun, 28 Mar 2010 18:36:55 +0200 Subject: fix videos --- js/istreamdev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/istreamdev.js b/js/istreamdev.js index 04d3eff..1a87870 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -498,7 +498,7 @@ function gen_streamvid(filename,path) { $("#streamvid").find('span[class="epgtime_now"]').html( 'Duration: ' + program.duration ); desc='format: ' + program.format + '
video: ' + program.video + '
audio: ' + program.audio + '
resolution: ' + program.resolution; $("#streamvid").find('span[class="desc_now"]').html( desc ); - $("#streamvid").find('span[rel="url"]').html( path + "/" + filename ); + $("#streamvid").find('span[rel="url"]').html( path ); $("#streamvid").find('span[rel="type"]').html('vid'); json_complete('#streamvid','cube'); }); -- cgit v1.2.3