diff options
author | Alib <aliboba@free.fr> | 2010-03-28 18:36:55 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-28 18:36:55 +0200 |
commit | f6334ee8e1f60d65edc1217d6c3040dc5222380c (patch) | |
tree | b47b3839a0710792d955fea189523077fff90292 /js | |
parent | 1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c (diff) | |
download | istreamdev-f6334ee8e1f60d65edc1217d6c3040dc5222380c.tar.gz istreamdev-f6334ee8e1f60d65edc1217d6c3040dc5222380c.tar.bz2 |
fix videos
Diffstat (limited to 'js')
-rw-r--r-- | js/istreamdev.js | 2 |
1 files changed, 1 insertions, 1 deletions
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='<b>format: </b>' + program.format + '<br><b>video: </b>' + program.video + '<br><b>audio: </b>' + program.audio + '<br><b>resolution: </b>' + 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');
});
|