diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index ace3a96f..36a36318 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -106,7 +106,7 @@ tvheadend.epgDetails = function(event) { if (event.start) content += '
Start Time:
' + tvheadend.niceDate(event.start) + '
'; if (event.stop) - content += '
Stop Time:
' + tvheadend.niceDate(event.stop) + '
'; + content += '
End Time:
' + tvheadend.niceDate(event.stop) + '
'; if (duration) content += '
Duration:
' + parseInt(duration / 60) + ' min
'; if (event.summary)