diff options
Diffstat (limited to 'js/istreamdev.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 cfa1b2d..21eedf5 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -1027,7 +1027,7 @@ $('#epgdetails span.recButton a').tap(function(event) { $('#epgdetails span.streamButton a').tap(function(event) {
event.preventDefault();
json_start(this);
- var url = $("#streamchannel").find('span[rel="url"]').text();
+ var url = $("#epgdetails").find('span[rel="url"]').text();
var mode = $(this).attr('id');
start_broadcast('tv',url,mode);
return false;
|