- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #111
Yes, I've added the "if (dlnaProtocolInfo == null) return;" statement, because you get a NRE later in the .ToString() call. Have to check this more in detail. Some former issues happened, because the DlnaAspect was null, so maybe this is not needed. Or I should not return, but only skip the ProtocolInfo...