Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix async mode
  • Loading branch information
Glenn-1990 authored and perexg committed Feb 8, 2016
1 parent 2edaa49 commit d263897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htsp_server.c
Expand Up @@ -1418,7 +1418,7 @@ htsp_method_async(htsp_connection_t *htsp, htsmsg_t *in)
return NULL;
}

htsp->htsp_async_mode = HTSP_ASYNC_ON;
htsp->htsp_async_mode |= HTSP_ASYNC_ON;

/* Send all enabled and external tags */
TAILQ_FOREACH(ct, &channel_tags, ct_link)
Expand Down

0 comments on commit d263897

Please sign in to comment.