mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
1439b016b3
on VDR >= 1.7.30. The localchannelprovide patch became obsolete with VDR 1.7.21.
14 lines
402 B
Diff
14 lines
402 B
Diff
--- device.c.orig 2008-03-28 11:47:25.000000000 +0100
|
|
+++ device.c 2008-03-28 11:47:09.000000000 +0100
|
|
@@ -375,8 +375,8 @@
|
|
}
|
|
}
|
|
}
|
|
- if (!NumUsableSlots)
|
|
- return NULL; // no CAM is able to decrypt this channel
|
|
+// if (!NumUsableSlots)
|
|
+// return NULL; // no CAM is able to decrypt this channel
|
|
}
|
|
|
|
bool NeedsDetachReceivers = false;
|