Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include subcriptionId in descrambeInfo messages
  • Loading branch information
Sam Stenvall authored and perexg committed Jan 11, 2016
1 parent 5966e61 commit 7a919b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/htsp_server.c
Expand Up @@ -4010,6 +4010,7 @@ htsp_subscription_descramble_info(htsp_subscription_t *hs, descramble_info_t *di

htsmsg_t *m = htsmsg_create_map();
htsmsg_add_str(m, "method", "descrambleInfo");
htsmsg_add_u32(m, "subscriptionId", hs->hs_sid);
htsmsg_add_u32(m, "pid", di->pid);
htsmsg_add_u32(m, "caid", di->caid);
htsmsg_add_u32(m, "provid", di->provid);
Expand Down

0 comments on commit 7a919b1

Please sign in to comment.