QuoteDisplay More
--- device.c 2006/07/22 13:18:34 1.132
+++ device.c 2006/07/22 14:06:11 1.133
@@ -292,7 +292,7 @@
// to their individual severity, where the one listed first will make the most
// difference, because it results in the most significant bit of the result.
uint imp = 0;
- imp <<= 1; imp |= !device[i]->Receiving() ndr; // use receiving devices if we don't need to detach existing receivers
+ imp <<= 1; imp |= !device[i]->Receiving(true) ndr; // use receiving devices if we don't need to detach existing receivers
imp <<= 1; imp |= device[i]->Receiving(); // avoid devices that are receiving
imp <<= 1; imp |= device[i] == ActualDevice(); // avoid the actual device (in case of Transfer Mode)
imp <<= 1; imp |= device[i]->IsPrimaryDevice(); // avoid the primary device
Hallo,
diese Änderung verursacht auch ein kleines Problem mit dem OSDPIP Plugin.
Beim aktivieren wird der Bildschirm kurz schwarz, dann läuft es erstmal aber es wird immer nur der EPG auf den Sendern des gleichen Transponders wie das Hauptbild angezeigt.
Kann das jemand betätigen ?
Gruß,
Frank