diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2023-02-17 19:27:36 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2023-02-17 19:27:36 +0100 |
| commit | 20fd05b05081ad387e94128b4f26d907808c8f0c (patch) | |
| tree | 9c2f0bfa200e5f05192a1504d2f34922d2e8cce6 /Jellyfin.Api/Controllers/MediaInfoController.cs | |
| parent | bedee7922f3be0cd5d1f4f687e9766c1217e39e7 (diff) | |
Consistently write IP in upercase
Diffstat (limited to 'Jellyfin.Api/Controllers/MediaInfoController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/MediaInfoController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/MediaInfoController.cs b/Jellyfin.Api/Controllers/MediaInfoController.cs index ea10dd771..1bef35c27 100644 --- a/Jellyfin.Api/Controllers/MediaInfoController.cs +++ b/Jellyfin.Api/Controllers/MediaInfoController.cs @@ -183,7 +183,7 @@ public class MediaInfoController : BaseJellyfinApiController enableTranscoding.Value, allowVideoStreamCopy.Value, allowAudioStreamCopy.Value, - Request.HttpContext.GetNormalizedRemoteIp()); + Request.HttpContext.GetNormalizedRemoteIP()); } _mediaInfoHelper.SortMediaSources(info, maxStreamingBitrate); |
