summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-17 21:52:29 +0100
committerTheTroll <trolldev@gmail.com>2010-03-17 21:52:29 +0100
commit56cb9c5e115fcf9f6e732d2b2cc95afff66c90ac (patch)
tree5c088361bc45af05889b0710468e53fd713360b2 /js
parentbdfebadb0d8f241dea056417cb14ce314c0c4ae9 (diff)
downloadistreamdev-56cb9c5e115fcf9f6e732d2b2cc95afff66c90ac.tar.gz
istreamdev-56cb9c5e115fcf9f6e732d2b2cc95afff66c90ac.tar.bz2
Fixed rec url
Diffstat (limited to 'js')
-rw-r--r--js/istreamdev.js2
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');
});