diff --git a/src/dvr/dvr_autorec.c b/src/dvr/dvr_autorec.c index 76e6d2de..5f59e3d2 100644 --- a/src/dvr/dvr_autorec.c +++ b/src/dvr/dvr_autorec.c @@ -340,8 +340,6 @@ autorec_record_update(void *opaque, const char *id, htsmsg_t *values, channel_t *ch; channel_tag_t *ct; uint32_t u32; -printf("autorec_record_update()\n"); - htsmsg_print(values); if((dae = autorec_entry_find(id, maycreate)) == NULL) return NULL; diff --git a/src/epg.c b/src/epg.c index 2113b6d7..3c7b0214 100644 --- a/src/epg.c +++ b/src/epg.c @@ -1346,7 +1346,7 @@ epg_broadcast_t *epg_broadcast_deserialize // that relates more to broadcast content than what I call a "genre" // these will be handled elsewhere as broadcast metadata static const char *_epg_genre_names[16][16] = { - { }, + { "" }, { "Movie/Drama", "detective/thriller",