mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 15:16:41 +00:00
Visual Studio Reformat: Emby.Server.Implementations Part Liv-P
This commit is contained in:
@@ -1708,7 +1708,8 @@ namespace System.Net
|
||||
|
||||
|
||||
IPNetwork[] nnin = Array.FindAll<IPNetwork>(ipnetworks, new Predicate<IPNetwork>(
|
||||
delegate (IPNetwork ipnet) {
|
||||
delegate (IPNetwork ipnet)
|
||||
{
|
||||
return ipnet != null;
|
||||
}
|
||||
));
|
||||
|
||||
@@ -9,10 +9,9 @@ using System.Threading.Tasks;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.Extensions;
|
||||
using MediaBrowser.Model.IO;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using MediaBrowser.Model.Net;
|
||||
using MediaBrowser.Model.System;
|
||||
using System.Numerics;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Emby.Server.Implementations.Networking
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user