diff --git a/includes/recording_schedules.php b/includes/recording_schedules.php index 23b8df005..9313ef426 100644 --- a/includes/recording_schedules.php +++ b/includes/recording_schedules.php @@ -268,7 +268,7 @@ function save($new_type) { _or($this->description, '' ), _or($this->profile, 'Default' ), _or($this->recpriority, 0 ), - _or($this->category, 0, true), + _or($this->category, 0, ), _or($this->maxnewest, 0, true), _or($this->inactive, 0, true), _or($this->maxepisodes, 0, true),