Bug #5298
bug on "ticket_expires" (INTRANGE)
Status:
Fixed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-28
Due date:
% Done:
0%
Estimated time:
Found in version:
github master
Affected Versions:
Description
Commit (https://github.com/tvheadend/tvheadend/commit/a7eacfe7a75da4c64498c2a7be30b734de71236d) changes MAX from 0x7ff (max positive signed number) to 3600 (0xe10 in hex).
Apparently INTRANGE macros don't support 12 bit unsigned numbers and at the config page, the "ticket expiration" number is being marked as invalid and if we use the up/down arrows or mouse scroll wheel it will get stuck on -496 (0xe10 in hex).
Possible fix:
https://github.com/tvheadend/tvheadend/pull/1197