Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR: write comments also for entries not based on EPG, fixes #2510
  • Loading branch information
perexg committed Dec 13, 2014
1 parent ad16b3d commit 98ed29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_rec.c
Expand Up @@ -358,7 +358,7 @@ dvr_rec_start(dvr_entry_t *de, const streaming_start_t *ss)
return -1;
}

if(cfg->dvr_tag_files && de->de_bcast) {
if(cfg->dvr_tag_files) {
if(muxer_write_meta(muxer, de->de_bcast, de->de_comment)) {
dvr_rec_fatal_error(de, "Unable to write meta data");
return -1;
Expand Down

0 comments on commit 98ed29f

Please sign in to comment.