update m3u media sources
This commit is contained in:
parent
ce00a4f84c
commit
b253b86338
|
@ -155,7 +155,8 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
|||
ReadAtNativeFramerate = false,
|
||||
|
||||
Id = channel.Path.GetMD5().ToString("N"),
|
||||
IsInfiniteStream = true
|
||||
IsInfiniteStream = true,
|
||||
SupportsDirectStream = false
|
||||
};
|
||||
|
||||
return new List<MediaSourceInfo> { mediaSource };
|
||||
|
|
Loading…
Reference in New Issue
Block a user