Fix typo :(
This commit is contained in:
parent
1ccf930198
commit
6361f95aac
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ tvheadend.dvrschedule = function() {
|
|||
}
|
||||
return hours + ' hrs, ' + min + ' min';
|
||||
} else {
|
||||
return parsInt(value) + ' min';
|
||||
return parseInt(value) + ' min';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue