Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvr: fix sort for owner and creator fields
  • Loading branch information
perexg committed May 3, 2016
1 parent cc11e49 commit 660ffa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -3034,6 +3034,7 @@ const idclass_t dvr_entry_class = {
.off = offsetof(dvr_entry_t, de_owner),
.list = user_get_userlist,
.get_opts = dvr_entry_class_owner_opts,
.opts = PO_SORTKEY,
},
{
.type = PT_STR,
Expand All @@ -3044,6 +3045,7 @@ const idclass_t dvr_entry_class = {
"by a matching rule."),
.off = offsetof(dvr_entry_t, de_creator),
.get_opts = dvr_entry_class_owner_opts,
.opts = PO_SORTKEY,
},
{
.type = PT_STR,
Expand Down

0 comments on commit 660ffa2

Please sign in to comment.