aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-03 00:32:43 +0200
committerGitHub <noreply@github.com>2021-04-03 00:32:43 +0200
commitec0ef1530cd0f8869ed47a3919cb2c7ef34717e3 (patch)
tree6c26058da0e79511d61e0d875d42e06c881b6767 /Jellyfin.Api/Helpers/DynamicHlsHelper.cs
parenta92736baade6cb722e3a87d074b0c1766ddb5557 (diff)
parentc2af50c51dd4d49ce44604ba5b34d77fad01a130 (diff)
Merge pull request #5602 from Ullmie02/IP-string-IP
Diffstat (limited to 'Jellyfin.Api/Helpers/DynamicHlsHelper.cs')
-rw-r--r--Jellyfin.Api/Helpers/DynamicHlsHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
index 16380f0bb..751b48682 100644
--- a/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
+++ b/Jellyfin.Api/Helpers/DynamicHlsHelper.cs
@@ -434,7 +434,7 @@ namespace Jellyfin.Api.Helpers
}
}
- private bool EnableAdaptiveBitrateStreaming(StreamState state, bool isLiveStream, bool enableAdaptiveBitrateStreaming, string ipAddress)
+ private bool EnableAdaptiveBitrateStreaming(StreamState state, bool isLiveStream, bool enableAdaptiveBitrateStreaming, IPAddress ipAddress)
{
// Within the local network this will likely do more harm than good.
if (_networkManager.IsInLocalNetwork(ipAddress))