mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix hd homerun live stream sharing
This commit is contained in:
parent
94f30720ca
commit
053f2e6d77
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user