diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 2fa897c7..ba58d9eb 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -120,7 +120,7 @@ tvheadend.dvrschedule = function() { } return hours + ' hrs, ' + min + ' min'; } else { - return parsInt(value) + ' min'; + return parseInt(value) + ' min'; } }