mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
Remove conversion from IPAddress to string to IPAddress
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Jellyfin.Api.Helpers
|
||||
authorization.Version,
|
||||
authorization.DeviceId,
|
||||
authorization.Device,
|
||||
request.HttpContext.GetNormalizedRemoteIp(),
|
||||
request.HttpContext.GetNormalizedRemoteIp().ToString(),
|
||||
user);
|
||||
|
||||
if (session == null)
|
||||
|
||||
Reference in New Issue
Block a user