Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI EPG: small fix name
  • Loading branch information
pepsonEL authored and perexg committed Nov 19, 2014
1 parent f34f872 commit a0a2651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/epg.js
Expand Up @@ -106,7 +106,7 @@ tvheadend.epgDetails = function(event) {
if (event.start)
content += '<div class="x-epg-meta"><div class="x-epg-prefix">Start Time:</div> ' + tvheadend.niceDate(event.start) + '</div>';
if (event.stop)
content += '<div class="x-epg-meta"><div class="x-epg-prefix">Stop Time:</div> ' + tvheadend.niceDate(event.stop) + '</div>';
content += '<div class="x-epg-meta"><div class="x-epg-prefix">End Time:</div> ' + tvheadend.niceDate(event.stop) + '</div>';
if (duration)
content += '<div class="x-epg-meta"><div class="x-epg-prefix">Duration:</div> ' + parseInt(duration / 60) + ' min</div>';
if (event.summary)
Expand Down

0 comments on commit a0a2651

Please sign in to comment.