Bug #1529
Timeshift period is stored in seconds in stead of minutes
100%
Description
In the webinterface Configuration -> Timeshift the maximum timeshift time can be entered in te field: '_Max. Period (mins):_"
However, the number filled in there is stored as seconds in stead of minutes. Thus if I fill in the field "_Max. Period (mins):_" with 60, the log says (when pausing a stream) "_htsp: using timeshift buffer (1 mins)_" and if I fill in 3600 the log says "_htsp: using timeshift buffer (60 mins)_".
If I fill in 60 and I pause for over 1 minute it errors on "_timeshift: ts 0 could not read buffer_"
Subtasks
History
Updated by Adam Sutton almost 12 years ago
- Status changed from New to Accepted
Indeed, this is a mistake. I changed the UI intentionally (seconds is a bit much - though it makes sense internally) but I forgot to include the conversion in the UI code.
Adam
Updated by Adam Sutton almost 12 years ago
- Status changed from Accepted to Fixed
Applied in changeset commit:a2fab105a1a8387b47d1ebcd5b019757510b5db3.