mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
12 lines
579 B
Diff
12 lines
579 B
Diff
diff -Nru vdr-1.7.5-vanilla/pat.c vdr-1.7.5-disable_ca_updates/pat.c
|
|
--- vdr-1.7.5-vanilla/pat.c 2009-04-14 12:37:47.000000000 +0300
|
|
+++ vdr-1.7.5-disable_ca_updates/pat.c 2009-04-14 12:53:00.000000000 +0300
|
|
@@ -444,6 +444,7 @@
|
|
}
|
|
if (Setup.UpdateChannels >= 2) {
|
|
Channel->SetPids(Vpid, Ppid, Vtype, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid);
|
|
+ if (!Channel->IsPlug())
|
|
Channel->SetCaIds(CaDescriptors->CaIds());
|
|
}
|
|
Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors));
|