mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Make to work with current channel id values
This commit is contained in:
parent
05db0cde88
commit
caaa10e2d6
@ -71,7 +71,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts
|
|||||||
else if (!string.IsNullOrWhiteSpace(extInf))
|
else if (!string.IsNullOrWhiteSpace(extInf))
|
||||||
{
|
{
|
||||||
var channel = GetChannelnfo(extInf);
|
var channel = GetChannelnfo(extInf);
|
||||||
channel.Id = line;
|
channel.Id = channelIdPrefix + urlHash + line.GetMD5().ToString("N");
|
||||||
|
channel.Path = line;
|
||||||
channels.Add(channel);
|
channels.Add(channel);
|
||||||
extInf = "";
|
extInf = "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user