]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Obvious typo fixes 352/head
authorJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 09:32:47 +0000 (10:32 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 17 Mar 2014 09:34:46 +0000 (10:34 +0100)
src/epggrab/otamux.c
src/service_mapper.c

index 8beb4451362eabcddb999882598d017c7f0943db..feb6d5f5323a8892002867394ff89b890ceaa14c 100644 (file)
@@ -399,7 +399,7 @@ epggrab_ota_load_one
   ota = calloc(1, sizeof(epggrab_ota_mux_t));
   ota->om_mux_uuid = strdup(uuid);
   ota->om_timeout  = htsmsg_get_u32_or_default(c, "timeout", 0);
-  ota->om_interval = htsmsg_get_u32_or_default(c, "timeout", 0);
+  ota->om_interval = htsmsg_get_u32_or_default(c, "interval", 0);
   if (RB_INSERT_SORTED(&epggrab_ota_all, ota, om_global_link, om_id_cmp)) {
     free(ota->om_mux_uuid);
     free(ota);
index 349eee1464ddfa7ac3a47178d5a395aed746e97c..fc357afad52a800617a04067b81d61310f10aee6 100644 (file)
@@ -279,7 +279,7 @@ service_mapper_process ( service_t *s )
 
     /* Type tags */
     if (service_is_hdtv(s)) {
-      channel_tag_map(chn, channel_tag_find_by_name("TV", 1));
+      channel_tag_map(chn, channel_tag_find_by_name("TV channels", 1));
       channel_tag_map(chn, channel_tag_find_by_name("HDTV", 1));
     } else if (service_is_sdtv(s)) {
       channel_tag_map(chn, channel_tag_find_by_name("TV channels", 1));