fix hd homerun host stream ids

This commit is contained in:
Luke Pulverenti 2017-03-30 13:58:38 -04:00
parent 7987e64d38
commit 514927291c

View file

@ -382,7 +382,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
{
id = "native";
}
id += "_" + url.GetMD5().ToString("N");
id += "_" + channelId.GetMD5().ToString("N") + "_" + url.GetMD5().ToString("N");
var mediaSource = new MediaSourceInfo
{