diff options
Diffstat (limited to 'receiver.c')
-rw-r--r-- | receiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ bool cReceiver::SetPids(const cChannel *Channel) AddPids(Channel->Apids()) && AddPids(Channel->Dpids()) && AddPids(Channel->Spids()) && - AddPid(Channel->Tpid()); + (!Setup.SupportTeletext || AddPid(Channel->Tpid())); } return true; } |