Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: htsp not informed when dvr changes
  • Loading branch information
Glenn-1990 authored and perexg committed Oct 29, 2015
1 parent 3e1e39c commit 777266d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dvr/dvr_db.c
Expand Up @@ -1692,6 +1692,8 @@ dvr_entry_class_save(idnode_t *self)
dvr_entry_save(de);
if (dvr_entry_is_valid(de))
dvr_entry_set_timer(de);

htsp_dvr_entry_update(de);
}

static void
Expand Down

0 comments on commit 777266d

Please sign in to comment.