Remove some unwanted debug and add empty string for non-category.

This commit is contained in:
Adam Sutton 2012-07-06 15:17:57 +01:00
parent b361262d6b
commit 35587cfb17
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -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",