Bug #2924
Add time recording with no channel allowed?
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
User Interface
Target version:
-
Start date:
2015-06-05
Due date:
% Done:
100%
Estimated time:
Found in version:
4.1-113
Affected Versions:
Description
The webinterface allows creating a time recording without defining a channel but in the HTSP API the channel is mandatory.
See: http://tvheadend.org/projects/tvheadend/repository/revisions/master/entry/src/htsp_server.c#L1833
The webinterface should prevent this.
History
Updated by Jaroslav Kysela over 9 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|97e8041cd42a4edae180644ccca6582720dd6023.
Updated by Jaroslav Kysela over 9 years ago
It's ok.. User can edit the entry later - the processing is skipped when no channel is assigned. I removed the checks from the htsp protocol, too.