Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: the dvr entries should be accessed with ACCESS_RECORDER proviledges
  • Loading branch information
perexg committed Oct 19, 2014
1 parent 7ef42ef commit 5e98c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -1642,6 +1642,7 @@ const idclass_t dvr_entry_class = {
.ic_class = "dvrentry",
.ic_caption = "DVR Entry",
.ic_event = "dvrentry",
.ic_perm_def = ACCESS_RECORDER,
.ic_save = dvr_entry_class_save,
.ic_get_title = dvr_entry_class_get_title,
.ic_delete = dvr_entry_class_delete,
Expand Down

0 comments on commit 5e98c69

Please sign in to comment.