This commit is contained in:
BaronGreenback
2021-05-03 19:30:56 +01:00
parent 7936ea59eb
commit 7ff52bf755
6 changed files with 9 additions and 22 deletions

View File

@@ -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();
}
}