mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Changed other method to match for consistency.
This commit is contained in:
parent
78e97dbaa9
commit
851f610e11
@ -102,7 +102,7 @@ namespace Emby.Server.Implementations.LiveTv
|
|||||||
// Dummy this up so that direct play checks can still run
|
// Dummy this up so that direct play checks can still run
|
||||||
if (string.IsNullOrEmpty(source.Path) && source.Protocol == MediaProtocol.Http)
|
if (string.IsNullOrEmpty(source.Path) && source.Protocol == MediaProtocol.Http)
|
||||||
{
|
{
|
||||||
source.Path = _appHost.GetSmartApiUrl(string.Empty);
|
source.Path = _appHost.GetLoopbackHttpApiUrl();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user