aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
diff options
context:
space:
mode:
authorJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:46:38 +0100
committerJim Cartlidge <jimcartlidge@yahoo.co.uk>2020-09-14 15:46:38 +0100
commitb44455ad0d6e78b5baed535c06a7f7d49116d1ee (patch)
tree5a303cb80f2f83d2ebe48373a4765fa7dd7b25be /RSSDP
parent288d89493e76b8881c719fe549859b2c0b5f7e29 (diff)
Update based on PR1 changes.
Diffstat (limited to 'RSSDP')
-rw-r--r--RSSDP/SsdpCommunicationsServer.cs2
-rw-r--r--RSSDP/SsdpDevicePublisher.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs
index e28a2f48d..932f6bbb4 100644
--- a/RSSDP/SsdpCommunicationsServer.cs
+++ b/RSSDP/SsdpCommunicationsServer.cs
@@ -7,7 +7,7 @@ using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
-using Jellyfin.Networking.Manager;
+
using MediaBrowser.Common.Net;
using MediaBrowser.Model.Net;
using Microsoft.Extensions.Logging;
diff --git a/RSSDP/SsdpDevicePublisher.cs b/RSSDP/SsdpDevicePublisher.cs
index 43fccdad4..84456f7dc 100644
--- a/RSSDP/SsdpDevicePublisher.cs
+++ b/RSSDP/SsdpDevicePublisher.cs
@@ -5,7 +5,7 @@ using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
-using Jellyfin.Networking.Manager;
+
using MediaBrowser.Common.Net;
using NetworkCollection;