Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts input: fix mpegts_input_clear_stats - notify WEBUI to refresh
  • Loading branch information
perexg committed Nov 4, 2015
1 parent 8f493cc commit f99ef9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/mpegts/mpegts_input.c
Expand Up @@ -1559,6 +1559,7 @@ mpegts_input_clear_stats ( tvh_input_t *i )
mmi->tii_stats.tc_block = 0;
}
pthread_mutex_unlock(&mi->mi_output_lock);
notify_reload("input_status");
}

static void
Expand Down

0 comments on commit f99ef9f

Please sign in to comment.