diff options
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 196d9eb..8c4a906 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -320,7 +320,7 @@ function gen_streamrec(folder,path) { $("#streamrec").find('span[class="name_now"]').html( program.name );
$("#streamrec").find('span[class="epgtime_now"]').html( 'Recorded: ' + program.recorded );
$("#streamrec").find('span[class="desc_now"]').html( program.desc );
- $("#streamrec").find('span[rel="url"]').html( path + folder );
+ $("#streamrec").find('span[rel="url"]').html( path + "/" + folder );
$("#streamrec").find('span[rel="type"]').html('rec');
json_complete('#streamrec','cube');
});
|