mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
update ulna interface binding
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MediaBrowser.Common.Net
|
||||
/// Gets the machine's local ip address
|
||||
/// </summary>
|
||||
/// <returns>IPAddress.</returns>
|
||||
IEnumerable<string> GetLocalIpAddresses();
|
||||
IEnumerable<IPAddress> GetLocalIpAddresses();
|
||||
|
||||
/// <summary>
|
||||
/// Gets a random port number that is currently available
|
||||
|
||||
Reference in New Issue
Block a user