diff --git a/modules/base/utils.py b/modules/base/utils.py index 30999871338fe65f7abd22626d8f28eea1e245c9..e9eccc40ca8af4191f8bbefe240d09c85b8ce309 100644 --- a/modules/base/utils.py +++ b/modules/base/utils.py @@ -53,7 +53,7 @@ class EngineUtil: return ChannelType.HTTP if uri.startswith("pool") or uri.startswith("playlist") or uri.startswith("file"): return ChannelType.FILESYSTEM - if uri.startswith("live") or uri.startswith("linein"): + if uri.startswith("live") or uri.startswith("line://"): return ChannelType.LIVE