mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-04 03:32:25 +00:00
update m3u media sources
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user