Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsp server: fix stopDvrEntry method (copy-and-paste error)
  • Loading branch information
perexg committed Feb 9, 2016
1 parent 31e958c commit 2b5ae9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htsp_server.c
Expand Up @@ -1938,7 +1938,7 @@ htsp_method_stopDvrEntry(htsp_connection_t *htsp, htsmsg_t *in)
if (de == NULL)
return out;

dvr_entry_cancel(de, 0);
dvr_entry_stop(de);

return htsp_success();
}
Expand Down

0 comments on commit 2b5ae9a

Please sign in to comment.