mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
fix SA1508
This commit is contained in:
@@ -54,6 +54,5 @@ namespace Rssdp
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,5 @@ namespace Rssdp
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,6 +85,5 @@ namespace Rssdp.Infrastructure
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,6 +61,5 @@ namespace Rssdp.Infrastructure
|
||||
bool IsShared { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,11 +195,9 @@ namespace Rssdp.Infrastructure
|
||||
}
|
||||
catch (ObjectDisposedException)
|
||||
{
|
||||
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
@@ -57,6 +57,5 @@ namespace Rssdp.Infrastructure
|
||||
internal const string SsdpByeByeNotification = "ssdp:byebye";
|
||||
|
||||
internal const int UdpResendCount = 3;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -349,6 +349,5 @@ namespace Rssdp
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,7 +120,6 @@ namespace Rssdp.Infrastructure
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -613,6 +612,5 @@ namespace Rssdp.Infrastructure
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -335,7 +335,6 @@ namespace Rssdp.Infrastructure
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// WriteTrace(String.Format("Sent search response to " + endPoint.ToString()), device);
|
||||
|
||||
Reference in New Issue
Block a user