diff options
Diffstat (limited to 'txtrecv.c')
-rw-r--r-- | txtrecv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ void cTxtStatus::ChannelSwitch(const cDevice *Device, int ChannelNumber #if APIVERSNUM >= 10725 // Disconnect receiver if channel is 0, will reconnect to new // receiver after channel change. - if (ChannelNumber == 0 && Device->IsPrimaryDevice()) + if (LiveView && ChannelNumber == 0) DELETENULL(receiver); #endif |