Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix crash when selecting once per day in duplicate handling. fixes #3552
  • Loading branch information
Scott Harris authored and perexg committed Feb 4, 2016
1 parent d1e86a4 commit b614339
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -1166,6 +1166,9 @@ static dvr_entry_t *_dvr_duplicate_event(dvr_entry_t *de)
if (lang_str_empty(de->de_desc))
return NULL;
break;
case DVR_AUTOREC_RECORD_ONCE_PER_DAY:
case DVR_AUTOREC_LRECORD_ONCE_PER_DAY:
break;
case DVR_AUTOREC_RECORD_ONCE_PER_WEEK:
case DVR_AUTOREC_LRECORD_ONCE_PER_WEEK:
break;
Expand Down

0 comments on commit b614339

Please sign in to comment.