epggrab: remove out of date otamux config files

This commit is contained in:
Adam Sutton 2013-09-24 15:33:30 +01:00
parent 0a54408035
commit 67e221300c

View file

@ -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);