* Make sure channel <> service mappings are saved when edited from

DVB service grid
This commit is contained in:
Andreas Öman 2009-07-19 20:07:37 +00:00
parent dc206943b7
commit b65f03515c
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -5,6 +5,9 @@ hts-tvheadend (2.4) hts; urgency=low
* Fix compilation on 64bit systems
* Make sure channel <> service mappings are saved when edited from
DVB service grid
hts-tvheadend (2.3) hts; urgency=low
* A simple web interface has been added. To access it, visit

View file

@ -1165,7 +1165,7 @@ transport_update(htsmsg_t *in)
transport_set_enable(t, u32);
if((chname = htsmsg_get_str(c, "channelname")) != NULL)
transport_map_channel(t, channel_find_by_name(chname, 1), 0);
transport_map_channel(t, channel_find_by_name(chname, 1), 1);
}
}