jellyfin/Emby.Server.Implementations/LiveTv/TunerHosts
Bond_009 d7748cfa04 Multiple Stream changes
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
2023-10-11 18:32:57 +02:00
..
HdHomerun Multiple Stream changes 2023-10-11 18:32:57 +02:00
BaseTunerHost.cs refactor: use ConcurrentDictionary when IMemoryCache isn't needed 2023-08-18 14:00:56 +02:00
LiveStream.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
M3uParser.cs allow repeated same tv guide m3u channels , issue 6527 2023-10-02 13:48:32 +03:00
M3UTunerHost.cs refactor: use ConcurrentDictionary when IMemoryCache isn't needed 2023-08-18 14:00:56 +02:00
SharedHttpStream.cs Do HEAD request to get content type instead of checking for extension (#8823) 2023-06-27 21:36:39 -06:00