Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert previous change
  • Loading branch information
perexg committed Apr 15, 2015
1 parent 2221286 commit 903ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htsp_server.c
Expand Up @@ -709,7 +709,7 @@ htsp_build_dvrentry(dvr_entry_t *de, const char *method)
case DVR_RECORDING:
s = "recording";
if (de->de_rec_state == DVR_RS_ERROR ||
(de->de_rec_state == DVR_RS_PENDING && de->de_last_error))
(de->de_rec_state == DVR_RS_PENDING && de->de_last_error != SM_CODE_OK))
{
error = streaming_code2txt(de->de_last_error);
subscriptionError = _htsp_get_subscription_status(de->de_last_error);
Expand Down

0 comments on commit 903ca33

Please sign in to comment.