diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-21 17:11:08 (GMT) |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-21 17:11:08 (GMT) |
commit | ec0ef17a51e2b357ef89e429fa0e0b69731cad77 (patch) | |
tree | 28a217b19de38284ecc7a15b787f53cb75a12f81 /eit2.c | |
parent | b08c994f7e1876b024902f59eea990c906850255 (diff) | |
parent | a09e46d0dbeb29954f6ae72b95e00063455de0a2 (diff) | |
download | vdr-plugin-eepg-ec0ef17a51e2b357ef89e429fa0e0b69731cad77.tar.gz vdr-plugin-eepg-ec0ef17a51e2b357ef89e429fa0e0b69731cad77.tar.bz2 |
Merge branch 'ceit2' of ssh://192.168.1.138/home/dime/VDR/PLUGINS/src/eepg into ceit2
Diffstat (limited to 'eit2.c')
-rw-r--r-- | eit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -574,7 +574,7 @@ cEIT2::cEIT2 (cSchedule * Schedule) bool searchOtherSatPositions = Format == DISH_BEV; - tChannelID channelID (Schedule->ChannelID().Source(), getOriginalNetworkId (), getTransportStreamId (), getServiceId ()); + tChannelID channelID = Schedule->ChannelID(); channel = GetChannelByID (channelID, searchOtherSatPositions); if (!channel) { LogD(3, prep("!channel channelID: %s"), *channelID.ToString()); |