DVR: write comments also for entries not based on EPG, fixes #2510
This commit is contained in:
parent
ad16b3dbe7
commit
98ed29fb67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue