aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-25 03:16:31 -0500
committerGitHub <noreply@github.com>2017-01-25 03:16:31 -0500
commita64d69af16a6f6b4e9e9e02bb0435de3f3198153 (patch)
treef6df773622c5dbbf865c1f3b1f0640b6a9cdd16d /Emby.Server.Implementations/LiveTv
parent5cbed08e0263b4c52b1092d6603619fec8b730b0 (diff)
parentcf470529b1e67a4974c30a1258c41af38fed190b (diff)
Merge pull request #2419 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
index 81d1571b1..1fe6e75a9 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
@@ -103,7 +103,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
}
else
{
- channel.Id = channelIdPrefix + channel.Id.GetMD5().ToString("N");
+ channel.Id = channelIdPrefix + urlHash + channel.Id.GetMD5().ToString("N");
}
channel.Path = line;