Browse Source

MT#55283 make sure DB entry exists

Change-Id: I54380be963b3526d2a6330aae64bc3b6e8f41559
pull/1998/head
Richard Fuchs 4 months ago
parent
commit
59279674bf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      recording-daemon/metafile.c

+ 1
- 0
recording-daemon/metafile.c View File

@ -308,6 +308,7 @@ static void meta_section(metafile_t *mf, char *section, char *content, unsigned
else if (!strcmp(section, "SKIP_DATABASE"))
mf->skip_db = 1;
db_do_call(mf);
meta_mix_output(mf);
}


Loading…
Cancel
Save