Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: entry - fix do not reschedule member typo, fixes #2343
  • Loading branch information
perexg committed Oct 5, 2014
1 parent 1fbbbb8 commit 67f5e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -1830,7 +1830,7 @@ const idclass_t dvr_entry_class = {
.type = PT_BOOL,
.id = "noresched",
.name = "Do Not Reschedule",
.off = offsetof(dvr_entry_t, de_dvb_eid),
.off = offsetof(dvr_entry_t, de_dont_reschedule),
.opts = PO_RDONLY,
},
{
Expand Down

0 comments on commit 67f5e84

Please sign in to comment.