diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-19 21:45:12 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-19 21:45:12 -0500 |
| commit | 2002b0ef39d59184fd2d30aa4e5f409591ca8671 (patch) | |
| tree | e358c0fd093b943bda19bf7fde43c67e8f69d3c8 | |
| parent | fe0f3e28a0d2ee330cdcbe77c244c59e0ec08e88 (diff) | |
update sat discovery
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs b/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs index 53f97f76f..48337b923 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/TunerHosts/SatIp/SatIpDiscovery.cs @@ -187,7 +187,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.SatIp { if (reader.NodeType == XmlNodeType.Element) { - switch (reader.Name) + switch (reader.LocalName) { case "UDN": { |
