aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-01 17:15:45 +0100
committerGitHub <noreply@github.com>2021-05-01 17:15:45 +0100
commit2fbc1190bcb287407722a75db6992c5c65adfd70 (patch)
treee6c4643cd842aa19f56ce251fd043ad2ffc78e39
parenta5aabbb88538f8ab3f95f3accf31adb1be24503d (diff)
Update LiveTvMediaSourceProvider.cs
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
index d7ea9d640..804794caa 100644
--- a/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
@@ -102,7 +102,7 @@ namespace Emby.Server.Implementations.LiveTv
// Dummy this up so that direct play checks can still run
if (string.IsNullOrEmpty(source.Path) && source.Protocol == MediaProtocol.Http)
{
- source.Path = _appHost.GetLoopbackHttpApiUrl();
+ source.Path = _appHost.GetExternalFacingHttpApiUrl();
}
}