aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-03 19:30:56 +0100
committerBaronGreenback <jimcartlidge@yahoo.co.uk>2021-05-03 19:30:56 +0100
commit7ff52bf755b6bed22ecef8d22fafacfce83890b7 (patch)
tree23353172c76ad8d4779cb2f8997fe832de518516 /Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs
parent7936ea59eb199980eaa47891a0e017143bbf8319 (diff)
Renamed
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/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 b5f0b2118c..09a8563158 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.GetInterfaceHttpApiUrl();
+ source.Path = _appHost.GetUrlForUseByHttpApi();
}
}