diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-04-29 12:24:01 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-04-29 12:24:01 +0100 |
| commit | 8a69300bf55bdf323ceabf68b2888dab3040e883 (patch) | |
| tree | d3932acf371a9bd834db761968642232c2467b9d /RSSDP | |
| parent | ebd589aa86abb7bdbc9ab981cb8f4c908f790ac1 (diff) | |
| parent | a0a5512069a56c64d4cf2556f4c04633bda2d120 (diff) | |
Changes styles as suggested by @barronpm
Added addtional comments & source type as per intellisense suggestion
change code as per sonacloud
Diffstat (limited to 'RSSDP')
| -rw-r--r-- | RSSDP/SsdpCommunicationsServer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RSSDP/SsdpCommunicationsServer.cs b/RSSDP/SsdpCommunicationsServer.cs index a16e4c73f..227190575 100644 --- a/RSSDP/SsdpCommunicationsServer.cs +++ b/RSSDP/SsdpCommunicationsServer.cs @@ -8,7 +8,6 @@ using System.Text; using System.Threading; using System.Threading.Tasks; using MediaBrowser.Common.Net; -using MediaBrowser.Controller.Configuration; using MediaBrowser.Model.Net; using Microsoft.Extensions.Logging; |
