mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 20:43:03 +03:00
Consistently write IP in upercase
This commit is contained in:
@@ -143,7 +143,7 @@ public class UniversalAudioController : BaseJellyfinApiController
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
Request.HttpContext.GetNormalizedRemoteIp());
|
||||
Request.HttpContext.GetNormalizedRemoteIP());
|
||||
}
|
||||
|
||||
_mediaInfoHelper.SortMediaSources(info, maxStreamingBitrate);
|
||||
|
||||
Reference in New Issue
Block a user