Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: save 'don't reschedule' flag to the config
  • Loading branch information
perexg committed Jun 23, 2015
1 parent 5749ed2 commit aae9d60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dvr/dvr_db.c
Expand Up @@ -2213,8 +2213,7 @@ const idclass_t dvr_entry_class = {
.type = PT_BOOL,
.id = "noresched",
.name = N_("Don't Reschedule"),
.off = offsetof(dvr_entry_t, de_dont_reschedule),
.opts = PO_RDONLY,
.off = offsetof(dvr_entry_t, de_dont_reschedule)
},
{
.type = PT_STR,
Expand Down

0 comments on commit aae9d60

Please sign in to comment.