Update LiveTvMediaSourceProvider.cs
This commit is contained in:
parent
a5aabbb885
commit
2fbc1190bc
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user