mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
fixes #97 and creates a library dictionary cache to avoid FindById recursion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Management;
|
||||
using System.Globalization;
|
||||
using System.Management;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Model.Net;
|
||||
using System;
|
||||
@@ -343,6 +344,8 @@ namespace MediaBrowser.Common.Implementations.NetworkManagement
|
||||
return new IPEndPoint(ipaddy, port);
|
||||
}
|
||||
|
||||
protected static readonly CultureInfo UsCulture = new CultureInfo("en-US");
|
||||
|
||||
/// <summary>
|
||||
/// Gets the port.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user