epggrab: remove out of date otamux config files
This commit is contained in:
parent
0a54408035
commit
67e221300c
1 changed files with 4 additions and 1 deletions
|
@ -376,7 +376,10 @@ epggrab_ota_load_one
|
|||
const char *id;
|
||||
|
||||
mm = mpegts_mux_find(uuid);
|
||||
if (!mm) return;
|
||||
if (!mm) {
|
||||
hts_settings_remove("epggrab/otamux/%s", uuid);
|
||||
return;
|
||||
}
|
||||
|
||||
ota = calloc(1, sizeof(epggrab_ota_mux_t));
|
||||
ota->om_mux_uuid = strdup(uuid);
|
||||
|
|
Loading…
Add table
Reference in a new issue