[PR-166] - channelId was misspelled in error message
This commit is contained in:
parent
9c1a72bc7a
commit
faa9690d24
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* tvheadend, HTSP interface
|
||||
* Copyright (C) 2007 Andreas Öman
|
||||
* Copyright (C) 2007 Andreas Öman
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1114,7 +1114,7 @@ htsp_method_subscribe(htsp_connection_t *htsp, htsmsg_t *in)
|
|||
htsp_subscription_t *hs;
|
||||
|
||||
if(htsmsg_get_u32(in, "channelId", &chid))
|
||||
return htsp_error("Missing argument 'channeId'");
|
||||
return htsp_error("Missing argument 'channelId'");
|
||||
|
||||
if(htsmsg_get_u32(in, "subscriptionId", &sid))
|
||||
return htsp_error("Missing argument 'subscriptionId'");
|
||||
|
|
Loading…
Add table
Reference in a new issue